| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between Superclass and Subclass? | | 2 |
| is there any function in java to make the text to blink? | | 5 |
| what is ennumaration? | AMDOC | 1 |
| In what circumstances, compiler will supply a default
constructor for a class? | | 4 |
| Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance. | | 2 |
| How will you override default serialization mechanism in java | | 1 |
| What do you mean by Remote procedure call? | | 2 |
| hi to all. well can you please tell me that why String class
is immutable?
Thanks in advance. | Huawei | 3 |
| Is java supports multiple inheritance? explain? | Inforica | 11 |
| Explain difference between final, finally and finalize? | | 2 |
| How to eliminate duplicates from an array? | Wipro | 3 |
| what is bytecode ?explain in detail and watz the difference
between bytecode and machine code? | Lucent | 3 |
| 11. static class A {
12. void process() throws Exception { throw new Exception();
}
13. }
14. static class B extends A {
15. void process() { System.out.println(”B”); }
16. }
17. public static void main(String[] args) {
18. new B().process();
19. }
What is the result?
1 B
2 The code runs with no output.
3 Compilation fails because of an error in
line 12.
4 Compilation fails because of an error in
line 15. | | 1 |
| what is business objects? | | 1 |
| How Applets & Servlets will communicate with each other? | | 2 |
| what is an object class?Explain its methods? | | 3 |
| what is the use/perpose of having a method antive? | | 2 |
| What is static binding and where it occurs? | | 2 |
| What is multiple inheritance & can we implement it in java? | Satyam | 4 |
| what is request dispatcher and how does it work? | CTS | 1 |
| |
| For more Core Java Interview Questions Click Here |