Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the below Java program?
int time=50; do { System.out.print(time + ","); time++; }while(time < 53)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which page directive should be used in JSP to generate a PDF page?
Which is fast among AND (&) and Short Circuit AND(&&) operators in Java?
What is the output of Compilation of Java Program?
Java uses ___ type of memory to implement Recursion.
What is the literal in Java that can be used to test whether an Object of any type is alive or not?
Which of the following is false
Which object of HttpSession can be used to view and manipulate information about asession?
what is the output of below java program?
Which models do the JDBC API support for the database access?
Discusssion
Login to discuss.