System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0
Answer Posted / guest
7.14
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
What is a nested structure?
State some situations where exceptions may arise in java?
How is abstraction implemented in java ?
Can substring create new object?
How to convert string to byte array and vice versa?
What is package private scope in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
Where are register variables stored?
What is regex used for?
What if constructor is protected in java?
What kind of variables can a class consist?
What is the difference between JVM and JRE?
Distinguish between a predicate and a function?
Explain the public class modifier?
How do you implement singleton class?