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 the difference between preemptive scheduling and time slicing? : Java thread
Why is flag used in java?
What is the benefit of singleton pattern?
How do you reverse a word in java?
Can an unreferenced object be referenced again?
Why is logger singleton?
What is procedure writing?
What is variable and constant explain with example?
What is purpose of find feature?
Can finally block be used without a catch?
Explain how hashmap works?
What are controls and their different types in awt?
What is the declaration statement?
What is the purpose of declaring a variable as final?
What steps are taken when the OS shifts from one-thread execution to another?