M
Q. Consider the following code: int x, y, z;~~~y = 1;~~~z = 5;~~~x = 0 - (++y) + z++;~~~after execution of this, what will be the values of x, y and z?
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. Generally string is a sequence of characters, But in java, string is an _______
Q. What was the reason for huge initial success of Java?
Q. ________ method is used to find out that a thread is still running or no
Q. Which of these is used to perform all input & output operations in Java?
Q. The ________ method help in clearing the contents of the buffer:
Q. Which of the following option leads to the portability and security of Java?
Q. Which of the following personality is called as father of Java Programming language -
Discusssion
Login to discuss.