Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

frage

Empfohlene Antworten

Veröffentlicht

weiss jemand warum man hinter verschiedenen zeilen semikolons tippen muss und hinter anderen wiederum nicht

kann mir das jemand verständlich erklären

bin ein neuling

Die Betreffzeile könnte aussagekräftiger sein!

Dann findet man eher Hilfe!

Semikolons müssen immer am Ende einer ANWEISUNG

stehen! Also immer da, wo du dem Computer sagst

was er machen soll!

Beispiel:

String strText = new String("Hallo Chris1981");

nI = nI * 23;

Einmal sagst du, dass er ein neues Stringobjekt anlegen soll

und danach soll der die Variable nI mit 23 multiplizieren.

Also sind's ANWEISUNGEN.

Bei Dingen wie

public void start() {

}

machst du kein Semikolon, da es KEINE Anweisungen sind!

Hier ist es z.B. eine Methode.

Verstanden?

Ansonsten: http://www.galileocomputing.de/openbook/javainsel/

MfG

backdraft

Auch für Schleifen brauchst du kein Semikolon.

Bsp.:

while (Bedingung)

{

// do Something

}

oder:

for (int i=0; i<x; i++)

{

}

Snowghost

Auch für Schleifen brauchst du kein Semikolon.

Aber zu jeder Regel auch eine Ausnahme.

z.B.

do

{

Anweisungen

}

while(true);

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.