Skip to content

Monthly Archives: August 2018

  1. Home>
  2. 2018>
  3. August

Static Keyword In Java

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

The static keyword is mainly used for memory management only.  The static keyword can be used with. Variables Methods Block Nested Class The property of the static is shared among…

Continue ReadingStatic Keyword In Java

Constructor In Java

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

In Java, the constructor is a block of codes similar to the method. The constructor is called when the instance of the object is created. The constructor is a special method…

Continue ReadingConstructor In Java

Continue Statement In Java

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

The continue statement is used to jump to the next iteration of the loop immediately. class Continue1 { public static void main(String[] args) { for(int i=1;i<=10;i++) { if(i==5) { continue;…

Continue ReadingContinue Statement In Java

Break Statement In Java

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

The break statement is used to terminate the loop immediately and the program continues from the next statement. class Break1 { public static void main(String[] args) { for(int i=1;i<=10;i++) {…

Continue ReadingBreak Statement In Java

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
  • 1
  • 2
  • 3
  • 4
  • …
  • 7
  • 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