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 |
Where is jre installed?
Name the methods in mouse listeners ?
What if I write static public void instead of public static void in java?
Which number is denoted by leading zero in java?
What is a map? What are the implementations of map?
how a marker interface gets its functionality and when we implements a marker interface how it got invoked
Can anonymous class have constructor?
What are the names of interfaces that doesn't consists of method/s ?
why the equals method can be override?when we override the equals method?
What is a java applet? What is an interface?
Does java isempty check for null?
what do you understand by the term string with respect to java?