Computer Science, asked by nikhil435, 1 year ago

can you help me to solve this

Attachments:

Answers

Answered by kushraj048
0
can you say that which question I have to solve
Answered by jahanvi567
0

Explanation:

1) public modifier : is that  a  class, method, constructor, interface, etc.  which are declared public  they can be accessed from any other class also.

2)  Private  modifier is that  a  class, method, constructor, interface, etc.  which are declared private  they can be   not accessed from any other class 3 ) Class Name Object Name;

Accessing Data Members ;

4) Not all in-class initialization is forbidden, though. One can initialize a static constant member variable within the class just fine. This is because then there's no ambiguity about it's value post instantiation.

5) jawa operator

6)public Object invoke(Object obj, Object... args)  throws Illegal Access Exception,  

              Illegal Argument Exception,  

               Invocation Target Exception

7 ) void

Similar questions