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 externalizable?
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
What is the purpose of object oriented programming?
List interface?
What is difference between fail-fast and fail-safe?
What are singleton services?
what are the uses of Class class and what it returns? explain it with the example code.
What is difference between array and arraylist in java?
Are constructors methods?
What is better - 'bit-shift a value' or 'multiply by 2'?
What are heap memory and stack memory and what are memory tables.
What is the significance of continue jump statement? Explain with an example.