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
Manish Singh
NA
7.6k
4.4m
I am create a String object as below
Dec 7 2011 11:53 AM
Hi.....................
Ques:
I am create a String object as below ...........
String str = "abc"; & String str = new String("abc"); Why can not a button object be created as : Button bt = "abc"? Why is it compulsory to create a button object as: Button bt = new Button("abc"); Why this is not compulsory in String's case?
Reply
Answers (
1
)
How to Run a program on struts frame work.......
ORBLets