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
How do you remove all elements from an arraylist in java?
For class CFoo { }; what default methods will the compiler generate for you>?
Can we have two methods in a class with the same name?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
what do you mean by classloader?
Write a program to find maximum and minimum number in array?
What are the parts of methodology?
Why static functions are used?
Can we overload final method in java?
Mention the default values of all the elements of an array defined as an instance variable.
Explain the protected field modifier?
What causes memory leaks in java?
What is set string?
How do you break a loop?
How to create a fecelet view?