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 the difference between equals() and == in java?
Why is String immutable?
How do you declare a destructor in java?
How many bytes is a string?
When should I use a singleton?
What is the use of runnable interface?
What is bytecode verifier?
What 4 doubled?
What is e in java?
Can we call thread start () twice?
What is the best way to findout the time/memory consuming process?
What is the main function in java?
Can we override a variable in java?
What is the technique adopted to create an immutable class?
Are static members inherited to sub classes?