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
What is multi level inheritance in java?
What is the role of the java.rmi.naming class?
What is difference between static and abstract class?
What is tree in java?
What is meant by data hiding/encapsulation?
Where local and global variables are stored?
What is the use of pattern in java?
What is java regex?
What is formatted output?
What is annotation in java?
How do you convert int to char in java?
What is bean? Where it can be used?
What are parsing rules?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Is integer immutable in java?