| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can u override the start() method of Thread class | | 4 |
| Q1.A. Write note on “The class path Environment Variable”?
B. Which are different kinds of source code?
Q2.A. How to create an interface?
B. Why convert an applet to an application?
Q3.A. How to use Media tracker Class.
B. How to use string tokenizer class.
Q4 A. Explain the overview of UDP messaging.
B. Difference between SQL Exception class and SQL
Warning class.
Q5. A. How to create com object in Java?
B. Write short notes on “The properties class”
Q6. A. When object is created and destroyed?
B. Explain the JDB in depth & command line.
C. Write short notes on Web Sites.
| | 1 |
| What is an Applet ? | | 2 |
| What is the difference between Resultset and Rowset. | IBM | 2 |
| Why const and goto are reserved keyword in java? | | 1 |
| what is business delegate? | TCS | 2 |
| What is exception and error? and what is the difference
between them? | | 2 |
| String is a immutable objects . it means that string does
not change...........
But it will be chang.........
{
String s="kapil";
String s1="raj";
String s=s1;
then print(.......)
The String has been changed ..
how it is possible and why its called immutable objects | | 2 |
| How can you take string into InputStream? | | 3 |
| How to access a method that it declared as protected? | | 3 |
| What is stop(), suspend(), resume() method? | | 3 |
| what is the use of servlet engine? | Photon | 2 |
| is memory to the abstract class allocated ..or objects not
instantiated | TCS | 4 |
| What is a deadlock ? | | 4 |
| How many times garbage collector will invoke an object?s
finalize() method? | | 4 |
| How can you reverse a string? | | 2 |
| Can we access private data outside of the class directly in
java programming language? Why There is no runtime checking
in java, which leads to access the private data directly
outside of a class? | Google | 1 |
| What is Exception handling in Java
How do you handle run time errors please explain with an
example | TCS | 1 |
| What is thin driver and thick driver. why it is called so? | Logisoft | 1 |
| How the elements are organized in BorderLayout? | | 4 |
| |
| For more Core Java Interview Questions Click Here |