D
Q. Which of the following is the correct syntax for a while loop in Java?
The while loop executes the block of code while the specified condition is true.
You must be Logged in to update hint/solution
Q. The method used to draw an ellipse is
Q. Which of these methods deletes all the elements from invoking collection?
Q. An expression involving byte, int, and literal numbers is promoted to which of these?
Q. How do you change the current layout manager for a container?
Q. Interfaces helps in which type of inheritance
Q. What is the output of the below java program that implements nesting of loops?
Discusssion
Login to discuss.