Answer Posted / mohamed nazar
import static java.lang.Math
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the difference between checked exception and unchecked exception?
How can we use primitive data types as objects?
What is a function in java?
Is it possible for yielded thread to get chance for its execution again ?
Is 0 true or false?
What is meant by stack and queue?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is size_t?
What is meant by local variable and instance variable?
what is the major difference between linkedlist and arraylist in java?
what is optional in java 8?
Can java object be locked down for exclusive use by a given thread?
What is the java project architecture?
What is main string [] args?
what is encapsulation in java? Explain