0% found this document useful (0 votes)
6 views

Java1

Uploaded by

saichait
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Java1

Uploaded by

saichait
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Define the roles in Scrum?

(Project Owner/Scrum Master/Scrum Team)


What is Product backlog & Sprint Backlog?

Which Design Patterns have You Used in Your Java Project?


How do you prevent SQL Injection in Java Code?
How do you share an object between threads? or How to pass an object from one
thread to another?
The difference between Serial and Parallel Garbage Collector?
Can you guarantee the garbage collection process?
Difference between ArrayList and LinkedList in Java
What�s the difference between a ClassNotFoundException and NoClassDefFoundError?
How to Make an Object Immutable in Java? Why Should You Make an Object Immutable?

What is JDBC DatabaseMetaData interface?


What is the difference between execute, executeQuery, executeUpdate?

Which is best HTML debugging tool.


How to check coding errors in css?
What are �web workers�?
What is the Geolocation API in HTML5?

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?

Explain what is services in AngularJS ?


Explain what is injector?
What is data binding in AngularJS? How does it relate to the MVC architecture?
Explain the difference between a factory and a service in AngularJS.
What is dependency injection and how does it work?
What is routing in AngularJS? Explain in detail.
What is an interceptor? What are common uses of it?

Is Jquery Code Exicuted On The Clientside, Or Serverside?

--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

You might also like