| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can we add two numbers without using arthematic operators?
if possible how? | | 2 |
| why java does not support multiple inheritance | Mind-Tree | 14 |
| Read data from console and print in one file. That would be
in C:\temp ? Thanks, Bose | Oracle | 1 |
| Can you have a constructor in abstract class? | | 7 |
| What is more advisable to create a thread, by implementing
a Runnable interface or by extending Thread class? | | 5 |
| How to add two numbers with out using Arithmetic , union
operators in java....?
But we can use bitwise operators... but how...?
| CTS | 2 |
| I have a Person object with 5 variables and I want to store
them in a file called Person.txt. What should I do? | KPIT | 3 |
| What are the ways of polymorphism other than Overridding &
Overloading | | 1 |
| Name the methods in mouse listeners ? | | 3 |
| What is Servlet? | | 8 |
| how can i connect to database in a applet ? | | 1 |
| What is hypertext? | | 1 |
| What is the difference between static and non-static
variables? | | 2 |
| IS method overriding is Duplication of Methods? | CybAge | 4 |
| What is Locale class? | MySoft | 1 |
| which one the better thread emplemented thread or extended ? | Fidelity | 3 |
| What is unicode? | | 1 |
| I have a class which is abstract which contains only the
abstract methods. This is similar to an interface. Then, if
i have given a choice to choose one of them. Which one i
have to choose and why? | | 4 |
| 1).Is Object class abstract or not?
2).Is main method(public static void main(String args[])low
priority thread or high priority thread?
| TCS | 2 |
| In Java why we write public static void main(String args[])
why not main()? | TCS | 12 |
| |
| For more Core Java Interview Questions Click Here |