Home / Programming MCQs / JAVA MCQs / Question
P
Q. What is the difference between an intermediate operation and a terminal operation in a stream pipeline?
Intermediate operations transform the stream into a new stream, while terminal operations produce a result or a side-effect.
You must be Logged in to update hint/solution
What is the output of the following code snippet?
In a RMI Client Program, what are the exceptions which might have to handled?
What alternatives exist to embedding Java code directly within the HTMLmarkup of your JSP page?
______ is at the top of the exception class hierarchy.
Which of the following is FALSE about arrays on Java
Purpose of Static Factory Method?
Choose the correct example of Octal Literal in Java?
What method must be implemented by all threads?
Which of these statements are wrong about Thread?
If a thread is to be declared as a daemon thread, it must be declared before
Discusssion
Login to discuss.