What carriage return means?
Answer / Amit Kumar Patel
Carriage return (CR) is a control character (ASCII 13) used to move the cursor back to the start of a line in older technologies. In modern systems, it's often represented by r.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of anonymous inner classes ?
Which is illegal identifier in java?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
Program to print 1 1 2 1 2 3 1 2 3 4 like that
How is hashset defined in java?
What is the requirement of thread in java?
Can static method access instance variables ?
What are recursive functions?
List the features of java programming language.
What is boolean logic?
What do you meant by active and passive objects?
What is the difference between break and continue statements?