The String class is immutable, so that once it is created a String object cannot be changed. Since String is immutable it can safely be shared between many threads ,which is considered very important for multithreaded programming.
Sunday, 23 March 2014
Subscribe to:
Post Comments (Atom)
this blog is helpful or not
International
Auto News
Translate
Pages
Popular Posts
-
A native method is a method that is implemented in a language other than Java like C, C++, assembly language …etc. Java Native Interf...
-
Java have very strong feature of exception handling. Exception is the problem which might occur during exeuction of program and we a...
-
collections is group of object as name suggest. Primitve data type can hold only one data. Integer type primitive can hold integer an...
-
Synchronization Synchronization is the capability of control the access of multiple threads to any shared resource. Synchronization is b...
-
If subclass (child class) has the same method as declared in the parent class, it is known as method overriding . In other words, I...
-
How to increase the JVM memory size ? To increase your JVM memory size, you must change the -Xmx memory value. Below is an example ...
-
We will try to understand here that what is serialization and why it is required. Example of serialization and serialization. What...
-
Object class in Java The Object class is the parent class of all the classes in java bydefault. In other words, it is the topmost clas...
-
A JAR (Java ARchive) file is a file that contains the class, image, and sound files for a Java application or applet gathered into a sing...
-
Variable Types of Variable Data Types in Java In this page, we will learn about the variable and java data types. Variable is a n...
Popular Posts
-
A native method is a method that is implemented in a language other than Java like C, C++, assembly language …etc. Java Native Interf...
-
Java have very strong feature of exception handling. Exception is the problem which might occur during exeuction of program and we a...
-
collections is group of object as name suggest. Primitve data type can hold only one data. Integer type primitive can hold integer an...
-
Synchronization Synchronization is the capability of control the access of multiple threads to any shared resource. Synchronization is b...
-
If subclass (child class) has the same method as declared in the parent class, it is known as method overriding . In other words, I...
-
How to increase the JVM memory size ? To increase your JVM memory size, you must change the -Xmx memory value. Below is an example ...
-
We will try to understand here that what is serialization and why it is required. Example of serialization and serialization. What...
-
Object class in Java The Object class is the parent class of all the classes in java bydefault. In other words, it is the topmost clas...
-
A JAR (Java ARchive) file is a file that contains the class, image, and sound files for a Java application or applet gathered into a sing...
-
Variable Types of Variable Data Types in Java In this page, we will learn about the variable and java data types. Variable is a n...
0 comments:
Post a Comment