Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Java J2EE Interview Questions
Questions Answers Views Company eMail

Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.

Accenture,

2 8204

could you run the java program without main method?

6 16321

My interview asked what is dynamic variable in java and where we use them.

IBM,

2 7825

How we store procedure in oralce for callable statements in jdbc

1 2417

what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.

1 2265

"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.

2 7877

Can I create any Marker Interface? If yes then how can I use it???

4 11876

Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

TCS,

1 4989

how can we load a file of a user in the database table?

ITC Infotech,

3 6224

java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDr iver? I get this error at run time.I used oracle10G. I set CLASS PATH:C:\oraclexe\app\oracle\product\10.2.0 \server\jdbc\lib\ojdbc14.jar; I write JDBC PROGRAM like import java.sql.*; class Example { public static void main(String args[]) { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); System.out.println("Driver Loaded"); Connection con=DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:xe","system","salmas"); System.out.println("Driver Connected"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from emp"); while(rs.next()) { System.out.println(rs.getInt(1)); System.out.println(rs.getString(2)); System.out.println(rs.getString(3)); } st.close(); con.close(); } catch(Exception e) { System.out.println(e); } finally { System.out.println("it's finally block executed"); } } }

CTS,

6 25423

Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debugging java.

2 5780

please send code example of inner classes?

2 5652

how team leaders assign work for the team member like through papers,word document

TCS,

1 6027

what is the use of clone method? why user cant overwrite in sub class without its proper defination.

TCS,

2 6464

what is object deep copy and shallow copy and why it is required?

2 9123


Un-Answered Questions { Java J2EE }

What is a constructor overloading in java?

1121


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

2258


what are the different modes of archival? Explain each mode in two lines each?

994


Realized?

2256


What is parsing in java?

1031


Is minecraft 1.15 out?

1038


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

2415


explain different ways of using thread? : Java thread

1079


What is an object in java and how is it created?

1128


What are the differences between heap and stack memory in java?

1126


How to sort array in descending order in java?

986


What do you know about validation plugin ?

1024


What is the difference between equals() and == in java?

1032


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2658


How can you inject java collection in spring?

503