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 default specifier ??? Use of default specifier ???
What is string builder?
What is run-time class and system class? what is their purpose?
What is the difference between yielding and sleeping?
What is meant by data hiding in java?
What access modifiers can be used for methods?
what is for datainputstream?
How does thread synchronization occurs inside a monitor?
How to reverse a string in java?
Is null function in java?
I want to print “hello” even before main is executed. How will you acheive that?
Why can't you declare a class as protected?