What are the steps in the jdbc connection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???

2 Answers   Cognizant,


Explain the private protected method modifier?

0 Answers  


What are exception handling keywords in java?

0 Answers  


What are class members by default?

0 Answers   Hexaware,


What are anonymous inner classes?

0 Answers  






String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What is the return type of the main method?

0 Answers  


Can set contain duplicates?

0 Answers  


Can a lock be acquired on a class?

3 Answers  


Explain about sets?

0 Answers  


What is structure of java heap? What is perm gen space in heap?

0 Answers  


Is integer passed by reference in java?

0 Answers  


Categories