Vous êtes sur la page 1sur 2

HAT IS IMPLICIT OBJECT

9)sERVER TYPES EX jboss---WEBSPHERE THERE VERSION---WEBLOGIC


10) db2 DATABASE---SQL join TYPES
11) WHAT IS DUAL TABLE
12)hOW TO DEPLOY A PROJECT
13) WHERE YOU STORE SERVER
14)spring USE
15)DIFF BETWEEN WEBSERVER AND APPLICATION SERVER
16)WHAT IS SERVLET?
17)WHAT IS SPRING BOOT
18)hIBERNATE CRITERIA api-----HOW YOU WRITE hql QUERY IN HIBERNATE
19)WHAT IS sESSION AND SESSION FACTORY
20)WHAT IS GET AND LOAD IN HIBERNATE?
21)WHAT IS THRAED CONCEPT.WRITE AND EXAMPLE--WHARE WE USE IT?
22)WHAT IS STATIC BLOCK?HOW YOU WILL WRITE IT?WHAT IS STATIC VARIABLE?
23)WHAT IS JAVA ANNOTATIONS?
24)WHAT IS AUTOWIRING?WHAT ARE THE ANNOTATION YOU USED?
What is the default port number for SQL Server?

-----------------------------------------------------------------------------------
-------------------

Core Java
----------------------
what is System.out.println() ?
what is serial version uid ?
what is weakhashmap ?
what is @Services annotation in spring mvc ?
how to make a class singleton ?
which one is the immediate class of Properties ? Hashtable
why we use vector instead of Synchronized List ?
how to iterate through a Map ?
which interfaces a String class implements ?
how to make a class immutable ?
Can you extend String Class ? No
how to stop the execution of finally block ?
Difference between comparable and comparator ?
what is fail-fast and fail-safe ?
which one is fast between String, StringBuffer and StringBuilder ?

Java Programs :
-----------------------------
Logic for Sorting of an array ?
Prime number ?

JMS :
----------------------------
how to set the priority of a msg?
what is payload ?

what is index ?
what is composite key ?
difference between unique key and primary key ?
what is view ?
difference between function and stored procedure ?

JSP:
------------
How to make implicit Object ?

Spring:
--------------------------
what is dependency Injection ?
what is IOC ?
what is IOC Container ?
Types of IOC Container ?
Types of Bean scopes ?
what is singleton bean Scope ?
what is Prototype bean scope ?
What is the difference Between Get and post ?
the default instance of Microsoft SQL Server listens on TCP port 1433.

What is the difference between truncate and delete?

Truncate is a quick way to empty a table. It removes everything without logging


each row. Truncate will fail if there are foreign key relationships on the table.
Conversely, the delete command removes rows from a table, while logging each
deletion and triggering any delete triggers that may be present

Can you write a SELECT statement without FROM Clause?

Yes you can write a SELECT statement without having a FROM Clause.
Examples.

SELECT @@VERSION

OR

SELECT HELLO WORLD

25)HOW TO CRATE APPLICATION CONTEXT IN sPRING?

Vous aimerez peut-être aussi