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
What happens when main () method is declared as private?
What is pass by value?
What is merge sort in java?
How an object is serialized in java?
What is the use of object and class classes?
Explain scope or life time of local variables in java?
Can we call virtual funciton in a constructor ?
What loop means?
How does multithreading take place on a computer with a single cpu in java programming?
Explain the features of java?
How can we pass argument to a function by reference instead of pass by value?
What are variable arguments or varargs?
Can a class have more than one object?
What happens when I use / and % with a negative numerator?
What is Enum in Java?