Answer Posted / ejp
RE answer #1, how can it be not a keyword and a reserved
keyword?
Do try to make sense.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the synonym of procedure?
What about static nested classes in java?
what is the final keyword denotes in java?
How can we create a synchronized collection from given collection?
Is java util regex pattern thread safe?
When a byte datatype is used?
What’s the difference between the methods sleep() and wait()?
What are java packages? What's the significance of packages?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
what are the states associated in the thread? : Java thread
What are the restrictions imposed by a Security Manager on Applets?.
why are there separate wait and sleep methods? : Java thread
What is difference between arraylist and list in java?
What is a marker interface?
When can an object reference be cast to an interface reference in java programming?