| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is difference between requestprocessor and request
dispatcher? | Tech-Mahindra | 1 |
| StringBuilder s = new StringBuilder("Hello
Mom");s.append(",I mean,Mother");
Response.Write(s.ToString());
String s = "Hello Mom";
s+ = ",I mean Mom";
Response.Write(s);
Which is faster ? which uses the most memory? | | 4 |
| how many ways to create Thread and which one is good?
runnable interface ot Thread class? | Satyam | 3 |
| What is a Wrapper class? | | 9 |
| What services that container provides? | | 1 |
| What is OOP?
| BMC | 2 |
| Write a program to create a binary Tree ? | | 1 |
| What is hypertext? | | 1 |
| How to deprecate a method?
Show it with proper example.
Plz give the answer of this.Thanx in advance.
mail me: tanzeem.akhtar@gmail.com | | 1 |
| Linked List reverese program | Bally-Technologies | 1 |
| Describe inheritance as applied to java? | | 4 |
| How are this and super used? | | 6 |
| can u override the start() method of Thread class | | 4 |
| how to minimize the functionality to will not force garbage
collector? | | 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 | | 3 |
| Explain the difference between scrollbar and scrollpane? | | 1 |
| what is the use of custom tags? with example? | Photon | 1 |
| What is anonymous class? | | 2 |
| Explain pass by reference and pass by value? | Wipro | 5 |
| What is the frontend and backedn in Java? | TCS | 2 |
| |
| For more Core Java Interview Questions Click Here |