What is variable and its types?


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

Post New Answer

More Core Java Interview Questions

What is the use of arrays tostring () in java?

0 Answers  


Is main an identifier?

0 Answers  


What is a war file?

0 Answers  


Does every java program need a main?

0 Answers  


What are different data types?

0 Answers  






The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


why string is not taking as primitive datatypes but we r taking it as a class? why explain it?

2 Answers   HP, SparkTG,


What do you mean by a JVM?

0 Answers   GE,


How the elements are organized in CardLayout?

5 Answers  


what is main difference b/w abstract class and interface

4 Answers  


What are the topics in core java?

0 Answers  


Can private class be extended java?

0 Answers  


Categories