Topics to be covered... 1) String in Java 2) string literal,new keyword in java 3) string array in java 4) What is mutable string ? 5) Java StringBuffer class | StringBuffered methods() 6) reverse a string in java | how to reverse a string in java | string reverse in Java 7) string program in java --------------------------------------------------------------------------------------------------------------------------- *1)String:- string is generally a sequence of characters, but in java programming language string it is a sequence is an object which represents the sequence of the characters. -------------------------------------------------------------------------------------------------------------------------------- *2)string literal and new keyword:- string literal in java is created by using double quotes " ", let's assume an example String s=" Welcom to Programming Worlds and Facts.."; now let's see how to allocate string new keyword String s1=...
This blog is related to the programming languages, FAQ's and Facts about the programming languages..