R
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
Servlets execute on Server and doesn’t have GUI. Applets execute on browser and has GUI.
You must be Logged in to update hint/solution
Q. Which command disassembles a class file
Q. Select from among the following character escape code which is not available in Java.
Q. Iterator returned by ConcurrentSkipListSet is
Q. What will be the output of the following code
Q. Which class cannot be instantiated?
Q. What will be the output of the following code –
Q. How many JDBC product components does the Java software provides?
Q. What is the output of the Java code snippet?
Discusssion
Login to discuss.