Question
In Java, you can create a String object as below :

Answers

String str = “abc”; &
String str = new String(“abc”);
Why can’t 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?
It is because “abc” is a literal string (something slightly different than a String object, by-the-way) and bt1 is a Button object. The only object in Java that can be assigned a literal String is java.lang.String   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q If I am running my DB Instance as a Multi-AZ deployment, can I use the standby DB Instance for read or write operations along with primary DB instance?
  • Q Which tough-guy actor was the voice of the dog Charlie B Barkin in the 1989 animated film All Dogs Go to Heaven?
  • Q What are your eating habits - vegetarian / non vegetarian?
  • Q Some question on value of a static variable.
  • Q Mention the family, order of Chub Fish?
  • Q The word target holds an important meaning in the career of a person who has opted for a sales and marketing job. What is your opinion?
  • Q What is the definition of espoused values?
  • Q Who shot and killed Billy the Kid in 1881?
  • Q Brock is a nickname for which animal?
  • Q And again in 1995 what was the one given to boys in USA
  • Q Assume volume group "vg02" is already exists. How do you extend the volume group with 50gb? provide all the steps with commands?