Advertisement
Home arrow SCJA Articles arrow List of Free SCJA Articles from Ucertify.com
List of Free SCJA Articles from Ucertify.com E-mail
Written by Roger Stuart   
Article Index
List of Free SCJA Articles from Ucertify.com
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9


What are floating-point literals?

Floating-point literals are decimal numbers. They can be expressed in either standard or scientific notation. Standard notation consists of a whole number followed by a decimal point and a fractional component. Examples of floating-point literals expressed in standard notation are 3.145, 2.0,... [read more..]

What is the lastIndexOf() method of the String class?

The lastIndexOf() method of the String class allows a user to search the last occurrence of a character or a substring from a given string. This method is overloaded in several ways. In all ways, the method returns the index at which the character or the substring was found, or return -1 on... [read more..]

What is UML?

UML stands for Unified Modeling Language. It is a graphical language for modeling and developing software systems. It provides modeling and visualization support throughout the software development life cycle, from requirements analysis to specification, to construction and deployment. [read more..]

What is the indexOf() method of the String class?

The indexOf() method of the String class is used to search the first occurrence of a character or a substring from a given string. This method is overloaded in several ways. In all ways, the method either returns the index at which the character or substring was found, or returns -1 on failure.... [read more..]

What is the replace() method of the StringBuffer class?

The replace() method of the StringBuffer class replaces one set of characters with another set inside a StringBuffer object. The syntax of using the replace() method is as follows: StringBuffer replace(int startIndex, endIndex, String str) The substring, which is to be replaced, is... [read more..]

What is the charAt() method?

The charAt() method of the String class is used to extract a single character from a given string. The general form of the charAt() method is as follows: charAt(int where) Here, "where" specifies the index value of the character that is to be extracted from a given string. This index... [read more..]

What is the substring() method?

The substring method extracts a substring from a given string. It has the following two forms: substring(int startIndex) substring(int startIndex, int endIndex) substring(int startIndex): It specifies the starting index of a string and returns a string from the specified position till... [read more..]

What is the purpose of the java.net package?

The java.net package contains classes that provide support for networking. Some of the classes of this package are listed below: Socket Authenticator ServerSocket URL These classes contribute to Java's popularity for networking applications. Using the Socket class, users can communicate... [read more..]

What is the purpose of the java.util package?

The java.util package is the most widely used package. It contains classes and interfaces that provide wide range of functionalities such as manipulating date and time, observing events, manipulating set of bits, etc. Some of the classes of this package are listed below: Date TimeZone... [read more..]

What is the purpose of the java.awt package?

The java.awt package contains classes to implement user interfaces and for painting graphics and images in applications. It is one of the largest packages of Java. Some of the classes of this package are listed below: Button BorderLayout Canvas Label [read more..]


 

Sponsored

Login / Logout




Would you like to be your own boss?




© 2004-2009 Anil Kumar Kuchana SkillFox.com