S
Q. What will be the output of following java code?
public class Test{ static int i = 5; public static void main(String... args){ System.out.println(i++); System.out.println(i); System.out.println(++i); System.out.println(++i+i++); } }
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. How many trAnsweraction isolation levels are defined in javA)sql.Connection interface?
Q. Choose rules for naming a Label in Java below.
Q. The keyword used to create a package is
Q. Which of these classes are the direct subclasses of the Throwable class?
Q. Choose the wrong Java code statement below.
Q. Which of these class produce objects with respect to geographical locations?
Q. In Inetaddress class which method returns the host name of IP address?
Discusssion
Login to discuss.