What happens when a class is made static like if a field or
member is made static it becomes class variable and is
shared by all the object of the class?
Answer / arvind verma
If a class is made static then we can access it's methods &
variables by using class name , no need to create class
object
| Is This Answer Correct ? | 1 Yes | 0 No |
Why java is platform independent? Explain.
What do you meant by active and passive objects?
What is the difference between add() and addElement() method in Vector Class ?
What is the latest java version?
Any one can explain how the inerface uses in java. give with example.
How will you call an Applet using Java Script Function?
what happens when we add the objects morethan the size limit to a hashmap
Is string serializable in java?
what is the purpose of "virtual"?
Can we return null in java?
What restrictions are placed on method overloading?
Why char array is preferred over string for storing password?