What is a short in java?


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

Post New Answer

More Core Java Interview Questions

What is clipping?

2 Answers  


Can we increase size of array?

0 Answers  


what is the difference b/w PUT and POST method to send data to the server

5 Answers   Mind Tree,


What is casting?

3 Answers  


What are virtual functions?

2 Answers  


What is the static variable?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is the exception hierarchy in java?

0 Answers  


What is a website container?

0 Answers  


In how many ways we can do exception handling in java?

0 Answers  


What is the benefit of singleton pattern?

0 Answers  


What is an array and a vector? How they different from each other?

4 Answers  


Categories