System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0
Answer Posted / krishna
7.14
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Write a program in java to find the maximum and minimum value node from a circular linked list.
Can we overload run() method in java?
What is the function of character?
What does jre stand for?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is "this" keyword in java? Explain
What are dot operator queries?
What is hash in java?
What do you understand by an io stream?
What are advantages and disadvantages of OOPs?
Is null keyword in java?
What are unchecked exceptions in java?
explain different ways of using thread? : Java thread
What are the differences between wait() and sleep()?
Can an integer be null java?