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
What is nested class?
What is the unit of plancks constant?
What is the difference between static class and normal class?
Explain how can you debug the Java code?
Which one will take more memory: an int or integer?
What is the difference between hashset and treeset in java?
In Java list the methods that can be overridden?
Can we create an object of private class?
What are the types of literals?
What are 3 data types?
What is the purpose of using java.lang.class class?
What is the static variable?
What is the relationship between class and object?
What are packages in java?
Why is java multithreaded?