What are the standards to place package statement within a
source code file?
Answer / ravikiran
it must be the first statement and ended with a semicolon
and should be only one
| Is This Answer Correct ? | 0 Yes | 0 No |
What is java’s garbage collected heap?
where final and static variable stored?
What does localhost mean?
Give reasons supporting that string is immutable.
What are actual parameters?
Define how can we find the actual size of an object on the heap?
Ducking is automatic in checked exception?True or false
What do heavy weight components mean in java programming?
What is method in java ?
What is meant by inheritance and what are its advantages?
Is string a class?
what do you understand by synchronization? : Java thread