TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rahul jaiswal
NA
177
133.2k
what is diffrence between print() and println() ?
Aug 24 2012 8:26 AM
Both Method are used to display the result on the monitor .print() method displlay the result and then retains the cursor in the same line , next to the end of the result .println() method display the result the cursor to the next line.
Reply
Answers (
2
)
What are the problem with multiple inheritence ?
What do you mean by 'static type and 'dyanmic type' ' of an object ?