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
Explain super keyword in java.
What are different types of states exist for a thread?
What is a databasemetadata?
How many classes can any class inherit java?
What is class and its types?
What is the difference between the size and capacity of a vector?
What is a boolean used for?
What is the unit of plancks constant?
What is compiler and what its output.
What is a constructor overloading in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
Can we define private and protected modifiers for the members in interfaces?
Where to store local variables?
can rmi and corba based applications interact ?
Can list contain null in java?