What are the 8 data types in java?


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

Post New Answer

More Core Java Interview Questions

How applets will communicate with each other?

1 Answers  


what is translator and it types

1 Answers  


Explain JSP life cycle

1 Answers   Cap Gemini,


What environment variables do I need to set on my machine in order to be able to run java programs?

0 Answers  


What happens if we override only equals?

0 Answers  






What are accessor methods in java?

0 Answers  


Are generics important java?

0 Answers  


Why string is called as immutable?

0 Answers  


What is anonymous inner class?

0 Answers  


Is 'null' a keyword?

8 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Explain an intermediate language?

0 Answers  


Categories