Answer Posted / kickme
public static void main (String arg[]) {
System.out.println(" * * ");
System.out.println(" * * ");
System.out.println(" * ");
System.out.println(" * * ");
System.out.println(" * * ");
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we have more than one package statement in source file ?
What is finalize() function in java?
What is the purpose class.forname method?
What is the declaration statement?
What is mean by encoding?
What environment variables are required to be set on a machine in order to run Java programs?
how does multithreading take place on a computer with a single cpu? : Java thread
What one should take care of, while serializing the object?
Is an object null?
Is 64bit faster than 32 bit?
How does queue work in java?
Explain scope or life time of local variables in java?
What is the difference between arraylist and hashset in java?
Define an abstract class with reference to java.
What is runtime locatable code?