R
Q. Method used to take a string as input in Java?
The next() method can read the input only till the space. It can't read two words separated by space, while the nextLine() reads input including space between the words (that is, it reads till the end of line \n).
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which driver converts JDBC calls directly into the vendor-specific database protocol?
Q. Which of these is an incorrect statement?
Q. Which of these class is superclass of every class in Java?
Q. Choose a correct version of Java Documentation Comment?
Q. The concept of derived classes is involved in _________.
Q. Which class is used to generate random number?
Q. Which of these functions is called to display the output of an applet?
Discusssion
Login to discuss.