System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0
Answer Posted / somasekhar
System.out.println(101/14) It will print 7
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is integer parseint?
What is the difference between Grid and Gridbaglayout?
How do you download stubs from Remote place?
What is the difference between import java.util.date and java .util?
When does an object becomes eligible for garbage collection in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Which types of exceptions are caught at compile time?
What's the purpose of using break in each case of switch statement?
Why can't we override private static methods?
What are the 6 functions?
What do you understand by synchronization?
Is jdk required on each machine to run a java program?
What is floating data type?
What do you mean by ternary operator in java?
How would you format a date in java? I.e. In the ddmmyyy format?