<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   ∑:488  Sort:Date

What Is an Enum Type
This section describes 'enum' types, which are defined by 'enum' declaration statements. An 'enum' type is actually a special kind of class type.
2022-10-01, 228🔥, 0💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, 227🔥, 0💬

jmc (Java Mission Control) - What Is It
This section describes what is 'jmc' (Java Mission Control) - a GUI tool suite for managing, monitoring, profiling, and troubleshooting your Java applications.
2022-10-01, 227🔥, 0💬

PKCS#8/X.509 Private/Public Encoding Standards
This chapter provides tutorial notes and example codes on PKCS#8 and X.509 key encoding standards. Topics include PKCS#8 standard for private key encoding; X.509 standard for public key encoding; PKCS8EncodedKeySpec and X509EncodedKeySpec classes to decode encoded keys; JcaKeyFactoryTest.java test p...
2022-09-26, 227🔥, 3💬

💬 2022-09-26 مسعود منجیزی: hi pls send me that software thanks

💬 2022-09-26 مسعود منجیزی: با سلام لظفا این برنامه را برای من ارسال کنید متشکرم

💬 2022-09-26 masoud monjezi: hi i need that software ols send me ser thanks

Comparable Interface and compareTo() Method
This section provides a tutorial example on how to construct object with the Comparable interface, so that they can be stored in collections using the TreeSet class. Search operations on TreeSet class perform nicely - almost the same as HastSet and LinkedHashSet.
2022-10-01, 225🔥, 0💬

SAX (Simple API for XML)
This chapter provides tutorial notes and example codes on SAX (Simple API for XML). Topics include identifying SAX implementation classes in JDK; XML content event handler interface and methods; writing your own XML parser handler using SAX interface.
2022-10-01, 225🔥, 0💬

Download and Install JDK 20 on macOS
This section describes how to download and install JDK 20 on a macOS computer.
2022-10-01, 225🔥, 0💬

Enum Types and Enum Constants
This chapter describes enum types and enum constants. Topics include 'enum' declaration statement, instance variables and instance methods of enum constants, enum supertype and type hierarchy, inherited static and instance methods, compiler added implicit methods.
2022-10-01, 224🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, 222🔥, 0💬

RSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a RSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, 222🔥, 0💬

keytool - Public Key Certificate Tool
This chapter provides notes and tutorials on the public key certificate management tool, 'keytool'. Topics include introduction of certificates and 'keystore' files, list of 'keytool' commands, generating private and public key pair, importing and exporting certificates.
2022-10-01, 222🔥, 0💬

jrunscript - Script Code Shell
This chapter provides tutorial notes on 'jrunscript' tool. Topics include introduction of jrunscript; running JavaScript code interactively or in batch mode.
2022-10-01, 222🔥, 0💬

Archived: JDK 10 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, 222🔥, 0💬

One Class in an Unnamed Package - Hello.java
This section provides a tutorial example on how to place one Java class in an unnamed package and how to compile and run the class in an unnamed package.
2022-10-01, 221🔥, 0💬

SocketClient.java - A Simple Client Socket Application
This section provides a tutorial example on how to write a network application, SocketClient.java, that creates a client socket, connects to a remote socket server, sends and receives text messages.
2022-01-09, 221🔥, 0💬

What Is HTTPS?
This section provides a quick introduction to HTTPS (Hypertext Transfer Protocol Secure) - A combination of HTTP (Hypertext Transfer Protocol) and SSL (Secure Socket Layer) or TLS (Transport Layer Security).
2022-10-01, 220🔥, 0💬

What Are Bits and Bytes
This section describes bits and bytes as data storage units and as data types.
2022-10-01, 220🔥, 0💬

Assert Statements and -ea" Option
This chapter provides tutorial examples and notes on Java assertion facility. Topics include 'assert' statements; '-ea' JVM option to enable assertion.
2022-10-01, 220🔥, 0💬

java.time.ZonedDateTime - Calendar and Timezone
This section describes the java.time.ZonedDateTime class that represents a moment of time expressed in 3 components, ISO 8601 date, time of day, and timezone.
2022-10-01, 219🔥, 0💬

java.util.Calendar.add() - Calendar Manipulation Method
This section provides a tutorial example on how to use the java.util.Calendar.add() method to manipulate any elements in a calendar object.
2022-10-01, 219🔥, 0💬

Creating Class Type Objects
This section describes how class type objects can be created using the 'new' operator and special methods.
2022-06-24, 219🔥, 1💬

💬 2022-06-24 waryam: ok

Default Values for Annotation Elements
This section provides a tutorial example on how to declare default values for annotation elements and how to use default values in annotation invocation statements.
2022-10-01, 218🔥, 0💬

java.time.OffsetDateTime Usage Examples
This section provides a tutorial example on how to use the java.time.OffsetDateTime class to record and manipulate date and time local to specific UTC offset. Operations on java.time.OffsetDateTime objects respect ISO 8601 calendar rules. But they do not respect local timezone rules.
2022-10-01, 217🔥, 0💬

KeyStore and Certificate Classes
This chapter provides tutorial notes and example codes on the 'keystore' class. Topics include the Certificate class, using the CertificateFactory class to read and write certificates; the KeyStore class; opening 'keystore' files to read and write certificates.
2022-10-01, 217🔥, 0💬

<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   ∑:488  Sort:Date