| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Default layout of Dialog object? | | 1 |
| jdbc drivers? | Wipro | 7 |
| what is main purpose of abstract class? | | 2 |
| what is the use of abstract class and interface with example? | DNS | 2 |
| what is the difference between AWT and SWING what is the
advantage of using swing? | | 3 |
| how many types of cloning? | Mobily | 1 |
| can any one tell me when do u go for inheritance and
polymorphism | | 1 |
| how can we import the user defined package without classpath?
| | 1 |
| Explain final, finalize() and finally? | | 6 |
| How to call a Stored Procedure from JDBC? | Satyam | 2 |
| what is jndi? | TCS | 1 |
| what is webservices? | CTS | 1 |
| Can we call the Thread.sleep in Synchyronozed block? | Logica-CMG | 4 |
| What is the use join() in Threads ? | HCL | 4 |
| which class to use when concatenating
strings in a loop. | IBM | 2 |
| What are MalformedURLException and UnknownHost Exceptions
and whey they will be thrown? | | 1 |
| Different types of modifiers? | RoboCom | 3 |
| 10. class Nav{
11. public enum Direction { NORTH, SOUTH, EAST, WEST }
12. }
13. public class Sprite{
14. // insert code here
15. }
Which code, inserted at line 14, allows the Sprite class to
compile?
a)Direction d = NORTH;
b)Nav.Direction d = NORTH;
c)Direction d = Direction.NORTH;
d)Nav.Direction d = Nav.Direction.NORTH; | | 1 |
| what is difference between validation.xml & validation
rules.xml? | BirlaSoft | 5 |
| What is a Java package and how is it used? | | 2 |
| |
| For more Core Java Interview Questions Click Here |