What are the standards to place package statement within a
source code file?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between abstract class and interface in java?
What is thread safe in java?
Does java runtime require a license?
Can we have more than one package statement in the source file?
How do you declare an array that will hold more than 64KB of data?
How do generics work?
What is an object’s lock and which object’s have locks?
Difference between == and .equals() ?
What are the restrictions imposed on method overriding?
What is a substitution variable?
How do you implement singleton class?
Explain the importance of thread scheduler in java?
What are the java ide's? Explain
How do you escape json?
What is the program compilation process?