<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:488  Sort:Date

Data Types Supported in Java
This section provides a list of data types supported in Java: 8 primitive data types and 5 reference data types.
2022-10-01, 205🔥, 0💬

"ThreadGroup" Class - Container of Threads and Thread Groups
This section describes the 'ThreadGroup' class and its main methods. A 'ThreadGroup' object is a container of threads and thread groups.
2022-10-01, 205🔥, 0💬

References
List of reference materials used in this Java tutorial book.
2022-10-01, 205🔥, 0💬

Use 'class' to Define Enumeration
This section provides a tutorial on how to define a set of enumeratin constants use a 'class' declaration statement.
2022-10-01, 205🔥, 0💬

Control Flow Statements
This chapter provides tutorial notes and Control Flow Statements. Topics include decision-making statements: 'if' and 'switch' statements; looping statements: 'for', 'while' and 'do' statements; branching statements: 'break', 'continue', and 'return' statements.
2022-10-01, 205🔥, 0💬

Date and Time Object and String Conversion
This chapter provides tutorial notes and example codes on date and time string format. Topics include using java.util.DateFormat.format() method to format date objects into text strings; using java.util.SimpleDateFormat.par se()method to parse date strings into objects.
2022-10-01, 204🔥, 0💬

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, 204🔥, 0💬

java.security.KeyStore - The 'keystore' Class
This section provides a quick introduction of the java.security.KeyStore class, which represents a copy of a 'keystore' database file in memory.
2022-10-01, 204🔥, 0💬

Datagram Network Communication
This chapter provides tutorial notes and example codes on datagram network communication. Topics include introduction to datagram communication; creating a datagram server and listening for incoming packets; creating a datagram client and sends packets to a server; sample programs: DatagramServer.ja...
2022-10-01, 203🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-01, 203🔥, 0💬

Install JDK with "rpm" Command
This section provides a tutorial on how to download and install JDK packages from pkgs.org repository using 'rpm' command on CentOS systems.
2022-10-01, 203🔥, 0💬

DOMToXML.java - Converting DOM Documents to XML Files
This section provides a tutorial example on how to write a program to convert a DOM document object into an XML file using the default XML transformer, org.apache.xalan.transformer, provided in the JDK.
2022-10-01, 202🔥, 0💬

"jdeps class_file" - Dependencies of Class File
This section provides a tutorial example on how to use 'jdeps' command to show package level dependencies of a given Java class file.
2022-10-01, 202🔥, 0💬

HelloDocumented.java - javadoc-Style Comments
This section provides a tutorial example of how to add javadoc-style comments in Java class source code.
2022-10-01, 202🔥, 0💬

Class Type Variables Storing References
This section describes how references of class objects are stored in class variables of the same class type.
2022-10-01, 202🔥, 0💬

StringBuffer - The String Buffer Class
This chapter describes the StringBuffer class included in the java.lang package. Topics include StringBuffer properties and methods, implementing a simple string buffer class, comparing performances of String and StringBuffer classes.
2022-10-01, 202🔥, 0💬

What Is Annotation
This section describes the annotation programming facility that allows you to associates additional information with a program construct.
2022-10-01, 202🔥, 0💬

Locale Sensitive Operations
This section provides a tutorial example on how to convert date objects to strings in different locales using java.util.SimpleDateFormat class.
2022-10-01, 201🔥, 0💬

SAXValidator.java - XML DTD Validation with SAX
This section provides a tutorial example on how to write a DTD validator using SAX classes in JDK. The validator can validate an XML file against the specified DTD statements.
2022-10-01, 201🔥, 0💬

Launching Hello.java - My First Java Program
This section provides a tutorial example on how to launch a simple java program using the 'java' tool without any options.
2022-10-01, 199🔥, 0💬

"jimage info|list" - Listing JIMAGE Entries
This section provides a tutorial example on how to use 'jimage info|list' commands to view JIMAGE file info and list IMAGE entries.
2022-10-01, 199🔥, 0💬

Number Object and Numeric String Conversion
This chapter provides tutorial notes and example codes on numeric string format. Topics include using java.util.NumberFormat.format( )method to format numeric values into text strings; using java.util.DecimalFormat.parse( )method to parse date strings into objects.
2022-10-01, 198🔥, 0💬

What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-10-01, 198🔥, 0💬

XSLTransformer.java - XML Transformer
This section provides a tutorial example on how to write an XML transformer program, XSLTransformer.java, using XSL (Extensible Stylesheet Language).
2022-10-01, 198🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:488  Sort:Date