R
Q. Which of these is returned by “greater than”, “less than” and “equal to” operators?
All relational operators return a boolean value ie. true and false.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following constant are defined in Boolean wrapper?
Q. Choose the correct statement about Java Operators +, -, *, / and %.
Q. What is the output of the below Java program with arrays?
Q. Which of these method is used to start a server thread?
Q. The keyword used to create a constant variable
Q. Which one of the following annotations is not used in Hibernate?
Q. What is the return type of a method that does not return any value?
Q. Which type of inheritance one super-class have more than one sub-class?
Q. What is the result of the expression "Java".replace("a", "o") in Java?
Discusssion
Login to discuss.