What is a newline character in java?
Answer / Reshma Kumari
A newline character in Java (represented by the static final String LINE_SEPARATOR) is used to represent the end of a line. It returns the system-specific line separator, which is 'n' on Unix systems and 'rn' on Windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
What is the internal implementation of set in java?
What is the difference between length and length () in java?
What are the advantages of arraylist over arrays?
Is there a way to increase the size of an array after its declaration?
How to change the priority of thread or how to set the priority of thread?
Give any two differences between C++ and java.
Differentiate between run time error and syntax error.
When does the compiler supply a default constructor for a class?
What is stack explain?
can we write two same methods in outer class and innerclass.
What is method overriding in java ?