What is a line break?
Answer / Ashok Kumar Verma
A line break in Java is represented by the 'n' character. It signals the end of one line and the start of another.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I get the | symbol on my keyboard?
Which methods cannot be overridden in java?
What is the final keyword denotes?
Where is const variable stored?
what is abstract class in Java?
Tell us something about different types of casting?
Does set allows null in java?
What is a heavyweight component?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
Describe what a thread-local variable is in java?
Explain the difference between an Interface and an Abstract class?
Can a set contain duplicates?