System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0
Answer Posted / sasirekha
answer is c
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
How many return statement are allowed in a function?
What is main in java?
What is arrays sort in java?
Why is java architectural neutral?
How do you define a parameter?
Give the hierarchy of inputstream and outputstream classes.
When is the finally clause of a try-catch-finally statement executed?
What is the difference between procedural and object-oriented programs?
Can you override a final method?
What are different types of constants?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is abstract class? Explain
What does java stand for?
Can an interface be defined inside a class?