JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
New To Java
strings
what is the difference between the following code?String s="abc";andString s=new String("abc");
[123 byte] By [
java@srinua
] at [2007-11-26 15:49:29]
««
icons X resize (JDialog)
»»
dot1q on aggr interface using Solaris 10 11/06
# 1
This question keeps on surfacing all the time. If only the forums (and generally the Web) were searchable!A hint: cf. constant pool.
BIJ001a
at 2007-7-8 22:09:08 >
# 2
String a = "abc";String b = "abc";String c = new String("abc");System.out.println(a == b);System.out.println(b == c);
CaptainMorgan08a
at 2007-7-8 22:09:08 >
Java Essentials
Array and Function
Instance of one of implementations of abstract class depending on context?
hoe to delete a file
wait() and notify()
Inserting into a string
sending fax using java api?
Keeping track of object versions with Hibernate
serial comm in linux
Connection interface
need jar file com.jscape.inet.ftp.* for FTP from local to remote machine
New To Java
Array and Function
servlets
log4j
JBuilder and JNI
Why does not this code work ?
Structs?
Decompilation of java class file into source code
Enum constructor
JFrame
set date TO_DATE() in preparedstatement
Java Essentials New Topic
hoe to delete a file
sending fax using java api?
Keeping track of object versions with Hibernate
log4j
Connection interface
need jar file com.jscape.inet.ftp.* for FTP from local to remote machine
HELP FTP
Enum Constructor
Java Essentials Hot Topic
Instance of one of implementations of abstract class depending on context?
wait() and notify()
servlets
serial comm in linux
JBuilder and JNI
Why does not this code work ?
rounding off
jcaptcha
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding