String Introduction

String class belongs to java.lang package. The objects of String class are most frequently used in java programming language. In fact, it is almost impossible to write an executable java program without a String object. The main method which is the entry point of any java program also takes an array of String objects as … Continue reading String Introduction