| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is "Java Native Interface" and how to use it? | IBM | 1 |
| what is the difference b/w PUT and POST method to send data
to the server | Mind-Tree | 2 |
| When garbage collector invokes object?s finalize() method? | | 3 |
| What is file class and what is its purpose? | | 1 |
| How GC (Garbage Collector) knows the objects reference is
unused.Whether GC removes the unused object Parmanently or
it maintains something. | | 2 |
| How many bits are allocated to represent character of
character sets - Unicode, ASCII, UTF-16, UTF-8? | | 1 |
| What is static binding and where it occurs? | | 2 |
| How are this and super used? | | 6 |
| Howmany classes that package java.applet.* contains? | TCS | 1 |
| I have a Arraylist object, it has duplecate values also. Now
question is i want delete duplecate data in that objet with
out using Set?
| Aricent | 5 |
| What is the use of an interface? | | 3 |
| What is OOP?
| BMC | 2 |
| whats string ? | HCL | 8 |
| What is casting? | | 3 |
| Diff between C++ and java? | TCS | 8 |
| In Serialization, whether you will use Static variables? | HCL | 2 |
| which one is performance wise advantageious from List,Set,Map? | | 5 |
| what is difference between method overloading & method
overridding with example? | IBM | 2 |
| What modifiers are used with a top level class? | | 2 |
| We have two methods to create methods the threads.
1. Implementing runnable interface
2. Extending to thread class and overriding run method.
Among these two which one is better and why?
Please explain me in detail. | | 2 |
| |
| For more Core Java Interview Questions Click Here |