Sie sind auf Seite 1von 14

S.

No 1 2 3 4

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Questions Difference between set, list, Map? Generics and its Advantages Overloading and its concepts Use of final keyword Class A | Class B | Class C

C obj = new C(); Sop(obj instanceof A); Sop(obj instanceof B); Sop(obj instanceof C); Which one will be execute? Collections Regular expressions Can Interfaces have multiple interface extends A extends B.In class C, A obj1 = new B(); will the above line of code work? If public static method is overridden, will it throw compliation error Versions of JDK used and difference What is collection hierarchy? Explain the implementation classes for all collection interfaces What is the difference between array and array list What is the difference between array list and vector What is serialization? And how can we serialize the array list? what are the advantages of collections Differences between array and arraylist? practical examples to prove its use? Features of hashset? What if i add same element twice in hashset? what error it will throw? What is the default value of the declared variable in a interface?

S.No 1 2 3 4 5

Questions Page attribute errorPage and IsErrorPage Usage What are the JSP implicit objects What is the directory structure of the web application How exception are handled in JSP pages Scopes in JSP and their uses.

S.No 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Questions

Is it possible to have more than one struts config files? Version of the struts used? Validation in struts Dispatch Action If there is no method available in action class for dispatch action, what error will be thrown What is the difference between struts 1.x and struts 2. Difference between Action and ActionSupport. What is interceptor? Where and how can you define the interceptors? Can we write our own RequestProcessor and where we can define? Suppose we have multiple methods in our action class, and then which action can you use What is struts flow? Can we have multiple struts-config.xml files? If yes where we have to configure? Can we change the name of the struts-config.xml file or not? Can we write our own Request processor? If yes how can we write and where we can configure that user defined request processor If you want to startup some functionalities of the application at the time of server startup, then what needs to be done? If we are using struts framework, then how can the server find it and that information where we have to give? Struts JSP tags. <bean:message> and <logic> tags Have you ever extended Struts core classes to create your own actioncontroller? How to configure message resources properties? Suppose struts could not find the key value pair in message resources, what error will be displayed on the page

hat user defined request processor information? hat needs to be done?

S.No 1 2 3 4 5 6 7

Questions Different Database Used List of drivers used Did you know stored procedure How can we get a database connection by using JDBC? And how we can call the stored procedure? What are the design patterns you used in core Java What is AJAX? How can send the request and get response What is the use of java script except the validations kind of stuff

S.No 1 2 3 4

Questions Different ORM Tools used


Hibernate

What is the difference between load () and get () methods Different configuration files used

S.No 1 2 3 4 5 6 7

Questions What are the 2 different Approaches to create web services? What is Bottom Up and Top Down Approaches? What is UDDI? What are the data types used in Web Services? What is wsdl file? Did you consumed web services or produce the web services? What file will be the request and response in the web services? (SOAP Request and SOAP Response)

S.No 1 2 3 4

5 6 7 8 9

Questions Different types of patterns used in Struts Singleton - implementation What are the built design patterns in struts Mostly where we use singleton design pattern in the application? Let us suppose we are not using any frameworks in our application, and then if you want to access any java method, what is the flow? i.e. (If you submit the JSP page, then how can we access the input data in our servlet and how can we call the DAO method from servlet) What are the design patterns you have used in your project? Advantages of value object design pattern? What is the important feature which makes value object design pattern work? Difference between value object and transfer object pattern?

S.No 1 2 3 4

Questions Different Source control management tools used List of application Servers used List IDE used SDLC Phases of the project worked

What are the estimation techniques used in your 5 project?explain how it was used? Was it effective?

Das könnte Ihnen auch gefallen