What is the purpose of java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is multithreading ???? How to stop multithrading in java????

1 Answers   Cognizant,


Can an abstract class be a final class?

0 Answers  


What class is used to implement a Throwable array?

3 Answers  


What is style and indentation?

0 Answers  


Can we make the abstract methods static in java?

0 Answers  


How many digits is int32?

0 Answers  


Which oo concept is achieved by using overloading and overriding?

0 Answers  


What does singleton mean in java?

0 Answers  


What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?

2 Answers  


Explain about transient variables in java?

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What is difference between classpath and path variables in java?

0 Answers  


Categories