| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between this(), super()? | | 8 |
| Write java code to print "Hello how are you"
Thread1 should have "Hello"
Thread2 should have "how are you"
both the threads should start at the same time | Huawei | 2 |
| what is difference between global methods and local methods? | | 1 |
| What is an Exception ? | | 6 |
| how to handled exceptions & erros in ejb? | Satyam | 1 |
| Can you run the product development on all operating
systems ? | | 1 |
| What is a default package ? | | 7 |
| How to reduce flicking in animation? | TCS | 1 |
| What is the difference between Resultset and Rowset. | IBM | 5 |
| how can we use the servlet as standalone apllication?should
we need to extend any class? | Logica-CMG | 2 |
| I have one POJO class(Java bean class), it has two
variables for that it has setters and getters. Now i have
created two objects for that class and i have set the data
for those variables through this two objects. Now question
is i want check whether those two objects have same data or
not, for this write a program? Thanks, Bose. | Oracle | 2 |
| Can we override static methods? | Bally-Technologies | 15 |
| 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 |
| What are the steps to do connection pooling in weblogic? | TCS | 1 |
| Difference between Web-based applications,Client-
Server applications and Distributed applications? | Infosys | 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 | 2 |
| Can we instantiate Interfaces? | Ericsson | 4 |
| Have you worked on bits programming? examples?What is bit?
How many bits are there in the byte? | | 1 |
| Name the method of a Container that can be used to cause a
container to be laid out and redisplayed? | | 1 |
| What are E and PI? | | 1 |
| |
| For more Core Java Interview Questions Click Here |