Skip to content

Author: admin

This author has written 114 articles
  1. Home>
  2. admin>
  3. Page 5

Do-While Loop In Java

  • Post author:admin
  • Post published:August 19, 2018
  • Post category:Java
  • Post comments:0 Comments

The Do-While Loop is used to iterate the part of the program several times and if the number of iteration is not fixed and you have to execute the program…

Continue ReadingDo-While Loop In Java

While Loop In Java

  • Post author:admin
  • Post published:August 19, 2018
  • Post category:Java
  • Post comments:0 Comments

The while loop is used to iterate the part of the program several times and if the iteration is not fixed then you can use while loop. class Counting {…

Continue ReadingWhile Loop In Java

For Loop In Java

  • Post author:admin
  • Post published:August 19, 2018
  • Post category:Java
  • Post comments:0 Comments

There are 3 types of loop in java: For Loop While Loop Do While Loop The for loop is used to iterate a part of the program several times. And…

Continue ReadingFor Loop In Java

Switch Statement

  • Post author:admin
  • Post published:August 18, 2018
  • Post category:Uncategorized
  • Post comments:0 Comments

The switch statement tests the equality of a variable against multiple values. The case values must be unique. There can be n numbers of cases. The value must be literal…

Continue ReadingSwitch Statement

Java If-else Statements

  • Post author:admin
  • Post published:August 18, 2018
  • Post category:Java
  • Post comments:0 Comments

The Java if statement is used to test the condition. There are various types of statement in java. If statement - In this statement, the expression is a boolean expression(returns…

Continue ReadingJava If-else Statements

Scanner Class In Java

  • Post author:admin
  • Post published:August 16, 2018
  • Post category:Java
  • Post comments:0 Comments

There are various methods in java to take input from the keyboard one of the method is Scanner Class. The scanner class comes under the java.util package. There are some…

Continue ReadingScanner Class In Java

Command Line Argument In Java

  • Post author:admin
  • Post published:August 16, 2018
  • Post category:Java
  • Post comments:0 Comments

Command line arguments are the arguments which are passed when you are running the java program as seen in the output below. class Add { public static void main(String args[])…

Continue ReadingCommand Line Argument In Java

Varargs In Java

  • Post author:admin
  • Post published:August 14, 2018
  • Post category:Java
  • Post comments:0 Comments

As we have to make different functions for multiple parameters so it increases our code length. So varargs is used so that you don't have to make different functions. It allows…

Continue ReadingVarargs In Java

Variables in Java

  • Post author:admin
  • Post published:August 14, 2018
  • Post category:Java
  • Post comments:0 Comments

A variable is only a name given to the memory location. The variable contains vary+able means the value can be varied. A variable can hold the value when the java…

Continue ReadingVariables in Java

For Each loop In Java

  • Post author:admin
  • Post published:August 14, 2018
  • Post category:Java
  • Post comments:0 Comments

  The for each loop is also known as advanced or enhanced for loop and it is introduced in Java5. There are many benefits of for-each loop like better code readability…

Continue ReadingFor Each loop In Java
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 12
  • Go to the next page

Recent Posts

  • Hello world!
  • How to publish the first blog post | Get Indexed | Google
  • 8 Ways to make money through blogging|Passive Income
  • Build a strong blogging brand | Best tips for blogging
  • Add Facebook page plugin to the blog

Recent Comments

  1. A WordPress Commenter on Hello world!
Copyright [oceanwp_date] - Design by Unique Ratlam Ajanta Talkies Road

WhatsApp us