What is java used for on a computer?


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

Post New Answer

More Core Java Interview Questions

how to convert mm/dd/yy to dd/mm/yy using collections in java.

4 Answers   Bosch,


How do you override a variable in java?

0 Answers  


what is an virtual function

2 Answers   TCS,


Can we override constructor?

0 Answers  


How to create a thread in java?

0 Answers  






how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Can a static member function access member variable of an object?

0 Answers   Virtusa,


What is the difference between a switch statement and an if statement?

0 Answers  


What is the indent key?

0 Answers  


What is the core java?

0 Answers  


How would you use Bubble Sort to sort the number of elements?

0 Answers   Genpact,


Categories