Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 259 Page Views: 

Is "abc" a primitive value?



Posted By: Avi Date: 4 November 2010 08:47:53 PM
 Answer:

The String literal "abc" is not a primitive value. It is a String object.


Posted By: avibtech


Date: 4 November 2010 08:47:53 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image s6hDue
Related Questions
Core Java : What event results from the clicking of a button?

What event results from the clicking of a button?

The ActionEvent event is generated as the result of the clicking of a button.
Category: Core Java Date: 11/2/2010 6:16:53 PM
Core Java : When does the compiler supply a default constructor for a class?

When does the compiler supply a default constructor for a class?

The compiler supplies a default constructor for a class if no other constructors are provided.
Category: Core Java Date: 11/2/2010 5:55:46 PM
Core Java : What is daemon thread?

What is daemon thread?

It is theard that is running on the background and doesn't give any chance to run other threads once....
Category: Core Java Date: 11/2/2010 5:11:50 PM
Core Java : What is a thread group?

What is a thread group?

A thread group is a data structure that controls the state of collection of thread as a whole manage....
Category: Core Java Date: 11/2/2010 4:38:50 PM
Core Java : What happens when you add a double value to a String?

What happens when you add a double value to a String?

The result is a String object.
Category: Core Java Date: 11/2/2010 4:27:54 PM