Java1
Java1
How can you find out that an AJAX request has been completed?
Is AJAX code cross browser compatible?
What is the use of param() method.
How to read, write and delete cookies in jQuery?
--Spring
What are the differences between constructor injection and setter injection?
What is autowiring in Spring? What are the autowiring modes?
How to integrate Spring and Hibernate Frameworks? --->Spring ORM module
What are the types of Dependency Injection Spring supports?
--jsp
What are the differences between include directive and include action?
How to disable session in JSP?--> <%@ page session=�false� %>
Explain the jspDestroy() method.
--
final, finally, and finalize
WS
Can we maintain user session in web services? (Web services are stateless so we
can�t maintain user sessions in web services.)
what is the difference between AJAX and REST?
what is the difference between PUT and POST?
Testing tools for web services for REST APIs includes (Spring REST web service
using MVC / Jersey API / CFX / Axis /Restlet)
What do you understand by payload in RESTFul?
Java8
What is a Functional Interface? What is SAM Interface? (A Functional Interface is
an interface, which contains one and only one abstract method. Functional Interface
is also know as SAM Interface because it contains only one abstract method.)
Differences between Collection API and Stream API?
Differences between Iterator and Spliterator in Java SE 8