P
Q. What is the value stored in x in the following lines of Java code? int x, y, z; x = 0; y = 1; x = y = z = 8;
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. Which of these classes are used by character streams output operations?
Q. Which of these statements are incorrect?
Q. What will be the output of given code
Q. Which of these have highest precedence?
Q. Which is the data type used mostly to handle streams and buffers in Java language?
Q. How many primitive data types are there in Java?
Q. Which of these can not be used for a variable name in Java?
Q. Which attribute is used to specify class name of the bean?
Discusssion
Login to discuss.