What is primitive data type in java?


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

Post New Answer

More Core Java Interview Questions

public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


How the threads are synchronized?

2 Answers   BMC, CTS,


What is the symbol for space?

0 Answers  


What should I import for arraylist in java?

0 Answers  


What are the differences between include directive and include action?

0 Answers  






What is methodological framework?

0 Answers  


What are the two environment variables that must be set in order to run any java programs?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


What are the states of thread in java?

0 Answers  


Difference between stack and queue?

0 Answers   Flextronics,


When should I use a singleton?

0 Answers  


why Interface used?

0 Answers   HCL,


Categories