Answer Posted / vijayakumar chinnasamy
Modifiers are
final,static,volatile,abstract,synchronization,native ,
strictfp
Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is a top level class in java?
What about member inner classes?
What is the importance of static variable?
What is a methodologist?
In how many ways we can do exception handling in java?
What is the difference between post and put?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How many types of memory areas are allocated by jvm?
What is an abstract method in java programming?
Can you access non static variable in static context?
What are the types of inner classes (non-static nested class) used in java?
Is map ordered in java?
how are methods defined?
explain autoboxing in java?
When do you call copy constructor?