What is java and their uses?


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

Post New Answer

More Core Java Interview Questions

How is a structure different from array ?

0 Answers   Amdocs,


Is final static java?

0 Answers  


Name few java util classes introduced with java 8 ?

0 Answers  


What is string pool?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,






Can a main method be overloaded?

0 Answers  


Difference between association, composition and aggregation?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


when we have to use final class in java?

2 Answers  


What is the size of a string in java?

0 Answers  


What is method and methodology?

0 Answers  


What is finalize method?

0 Answers  


Categories