What is 32 bit float?


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

Post New Answer

More Core Java Interview Questions

What is java in simple terms?

0 Answers  


how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

1 Answers   HP, SparkTG,


why is multiple inheritance not allowed in java?

7 Answers   Elementus Technologies, Huawei, Infosys,


Explain the difference between map and flatmap stream operation?

0 Answers  


How do you reverse a string in java without using string buffer?

0 Answers  






How does the garbage collector works in java?

0 Answers   Cyient,


Can a for statement loop indefinitely?

3 Answers  


What is native code?

0 Answers  


I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


How we can declare a static variable?

0 Answers   HCL,


What is the difference between DataInputStream and BufferedReader

2 Answers   Hexagon,


Can a source file contain more than one class declaration?

0 Answers  


Categories