How many bits is a float?
No Answer is Posted For this Question
Be the First to Post Answer
Is map ordered in java?
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
How to do encapsulation in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Can we declare a static variable inside a method?
How to perform binary search in java?
What is the purpose of assert keyword used in jdk1.4.x?
How many types of methods are there?
What is quick sort in java?
State the main difference between c++ and java?
which one the better thread emplemented thread or extended ?