What is the difference between numeric and integer?


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

Post New Answer

More Core Java Interview Questions

How do you check if a string is lexicographically in java?

0 Answers  


What is file class and what is its purpose?

1 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


What data type is a string?

0 Answers  


How can two threads be made to communicate with each other?

3 Answers   HCL,


What is data string?

0 Answers  


Why there is no call by reference in java?

0 Answers  


Why stringbuilder is not thread safe?

0 Answers  


why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?

3 Answers  


Why 1 is not a prime number?

0 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

0 Answers  


Categories