System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0
Answer Posted / sivadasan
Answer is 7 Only...it will not print the float value..
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is constructor and its types?
Can I learn java without any programming experience?
What is regex in java?
What are jee technologies?
Can we extend a class with private constructor?
When should I use singleton pattern?
What is the importance of main method in Java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is static import?
How does the garbage collector works in java?
What are recursive functions?
What is class and its types?
What does the string method compareto () do?
Is arraylist zero based?
How do you represent a space in regex java?