Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Is String a primitive data type in Java?
Is String a primitive data type in Java?
✍: Guest
No String is not a primitive data type in Java, even though it is one of the most extensively used object. Strings in Java are instances of String class defined in java.lang package.
2013-06-25, 2392👍, 0💬
Popular Posts:
What are database triggers? How are the triggers fired? Read this collection of questions and answer...
How To Define a Data Source Name (DSN) in ODBC Manager? - Oracle DBA FAQ - ODBC Drivers, DSN Configu...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...