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
What is abstract class? Explain
Is class forname reflection?
Why arraylist is used in java?
How many characters is 16 bytes?
What is bifunction in java?
Write a program to find the whether a number is an Armstrong number or not?
Explain methods specific to list interface?
Why call by value prevents parameter value change?
Can we override private constructor in java?
What is string [] args?
What is sorting in java?
What is a Null object?
What happens when heap memory is full?
What is the difference between numeric and integer?
What is difference between char array and string?