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 the difference between delete and delete[]
What is the maximum size of a string in java?
What is main string [] args?
What is ellipsis in java?
What is the difference between a choice and a list?
Print Vertical traversal of a Binary Tree.
What is string in java is it a data type?
What are the data types supported by java?
What is unicode datatype?
what is mena by object block any what is the use of that
What is fail fast in java?
What does function identity () do?
Explain the difference between collection api and stream api in java8?
What is final method in java?
What is the synchronized method modifier?