describe all about advanced java with presentation
Answer Posted / p.a.v.k.prasad
According to JAVA specifications there is no Advance java.
SUN releses the JAVA in 3 flavours.
1)J2SE---Java 2 Standard Edition(Core Java).
2)J2EE---Java 2 Enterprise Edition (Business applications)
1)Servlets
2)JSP
3)EJB
3)J2ME---Java 2 Mobile Edition.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is url encoding and url decoding
How do you create a cookie using servlet?
What is the default http method in the servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are different methods of session management in servlets?
Explain the servlet filter.
Which http method is said to be non-idempotent and idempotent?
What do you mean by httpservlet and how it is different from the genericservlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What exception should be thrown when servlet is not properly initialized?
What is servlet and its use?
What are all the protocols supported by httpservlet?
What is the difference between get and post methods?
Which event is fired at the time of setting, getting or removing attribute from application scope?