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 emant by API? is it related to java only or it is common for all OOPS supporting language?
What is difference between static class and singleton pattern?
What is sorting in java?
What is the difference between arraylist and hashset in java?
Why do we use string?
Explain about the main() method in java?
How do you use spaces in java?
Name the types of mouse event listeners ?
what is the main difference between string and stringbuffer? can you explain it with program?
What is the function of character?
What is meant by main method?
Write a factorial program using recursion in java?