Java Help

Reference

A reference article is information-oriented. It provides a structured description of a product: its APIs, classes, functions, configuration options, actions, and so on. Start with a summary of what this reference article is about, and what the items you are describing are used for.

Command

Syntax:

cmd [OPTIONS]

Options

Describe what each option is used for:

-o, --open

Opens a file.

-c, --close

Closes a file.

-v, --version

Displays version information.

-h, --help

Displays help.

HELLLLLLLLLLLLLLO

Shortcut: Ctrl+Space

Configure: Settings / Preferences | Editor | Code Completion

Procedure's title

  1. Step 1.

  2. Step 2.

class Person(val name: String) { val children: MutableList<Person> = mutableListOf() constructor(name: String, parent: Person) : this(name) { parent.children.add(this) } }
Expanded by default

This is the definition of the first term.

Collapsed by default

This is the definition of the second term.

Second Term

This is the definition of the second term. Send an HTTP request.

First Term

This is the definition of the first term.

WOWOWOWOWOWO

Getting started

To output a line on the screen use echo "Hello world!".

To output a line on the screen use echo "Hello world!".

Last modified: 30 December 2023