Which number is denoted by leading 0x or 0x in java?



Which number is denoted by leading 0x or 0x in java?..

Answer / Rishabh Kumar Kashyap

In Java, numbers preceded by 0x or 0X are hexadecimal numbers. Hexadecimal numbers range from 0 to F (or 0 to FF in case of four digits).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain the concept of proper inheritance?

1 Answers   Thomson Reuters, Virtusa,


What is unicode with example?

1 Answers  


What are the types of collections in java?

1 Answers  


What does the “static” keyword mean?

1 Answers  


List primitive java types?

1 Answers  


What is object-oriented paradigm?

1 Answers  


what is the difference between Cpp And Java

15 Answers   Infosys,


what is meaning of JIT?

4 Answers  


Is map sorted in java?

1 Answers  


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

1 Answers  


When we should use serialization?

1 Answers  


what is meant by encapsulation?

1 Answers   Aspire,


Categories