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
How many bytes are a float?
What initialize variables?
What is the base class of all classes?
What are the basic control structures?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What do you mean by inner class in java?
Can we sort array in java?
Which is better ascii or unicode?
What is meant by anonymous class?
What advantage do java's layout managers provide over traditional windowing systems?
Can we initialize the final blank variable?
What is difference between java and java ee?
Does java runtime require a license?
How can we access some class in another class in java?
what is anonymous class in java?