How will you measure that int takes up only 32 bits in memory?
Answer Posted / sachin tyagi
by using random function which never generate value more
than 32 bits.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why java is call by value?
Can we define constructor in inner class?
What is the difference between access specifiers and access modifiers in java? 16
What are the two parts of a conditional statement?
Which is better arraylist or vector?
Explain about field hiding in java?
When do we use hashset over treeset?
Write java program to reverse string without using api?
What is meant by method overriding?
What does singleton mean in java?
What is a buffer in java?
Explain constructors and types of constructors in java.
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
when you will synchronize a piece of your code? : Java thread
Is null keyword in java?