R
Q. What will be the output of the following Java code?
class Output { public static void main(String args[]) { int x , y = 1; x = 10; if (x != 10 && x / 0 == 0) System.out.println(y); else System.out.println(++y); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the default return type to main() __________.
Q. Which packages represent interfaces and classes for servlet API?
Q. Which of the following access specifiers can be used for an interface?
Q. Which of these variables stores the number of hits that are successfully servedout of cache?
Q. A deployment descriptor describes
Q. Which of these method is used to find a URL from the cache of httpd?
Discusssion
Login to discuss.