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
When should the method invokelater() be used?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Explain different types of wrapper classes in java?
Does java isempty check for null?
Explain purpose of sleep() method in java?
What is type safety in java?
Can java list contain duplicates?
What is the default value of local and global variables?
What is the list interface in java programming?
What is skeleton and stub?
What will happen when using pass by reference in java?
What is the biggest integer?
What are access specifiers available in java?
How do you do descending order in java?
What best practices should you follow while writing multithreaded code in java?