Answer Posted / s. prasad
transient,volatile,synchronized and native (including
abstract,static and final)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why is java multithreaded?
How do you reverse sort in java?
Can a class extend more than one class?
Which method must be implemented by all threads?
What are memory tables?
How do you sort data in java?
How do you add an element to a set in java?
Why is String immutable?
Which keyword specify that a variable is effectively final ?
Why is the main method static?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Can we have multiple classes in single file ?
Explain about main() method in java ?
What is a newline character in java?
What is a protected method?