Answer Posted / guest
println means print from new line. 'ln' indicates new(next)
line, it is used in JAVA. where as printf is just used for
print option in C-prog
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Can long be null in java?
Can you call a method in a method?
What is adapter in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
How do you use nextline in java?
What is main difference between variable and constant?
Why should we use singleton pattern instead of static class?
What is ‘has a’’ relationship in java?
What are the concepts of 'OOPS'?
Does a class inherit the constructors of its superclass in java programming?
What is the difference between call by reference and call by pointer?
Can a class be declared as static?
Why is static used?