Home / Programming MCQs / JAVA MCQs / Question
B
Q. What is the difference between servlets and applets? i. Servlets execute on Server; Applets execute on browser ii. Servlets have no GUI; Applet has GUI iii. Servlets creates static web pages; Applets creates dynamic web pages iv. Servlets can handle only a single request; Applet can handle multiple requests
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What is a Loop in Java programming language?
Q. What requires less resources?
Q. Which of the following is NOT an example of a data type?
Q. What is the output of the Java program below?
Q. Which one enables an object to initialize itself when it is created
Q. Why should a method be overridden in Java instead of writing a method with a different name?
Discusssion
Login to discuss.