Skip to content
Tutorial World
  • Coding Problems
    • C Coding Problems
      • If-Else Program in C
      • While Loop Program in C
      • For Loop Program in C
      • Switch Program in C
      • Array Program in C
      • Pointer Program in C
      • String Program in C
      • Matrix Program in C
      • Linked List Program in C
    • Java Coding Problems
      • If-Else Programs in Java
      • While loop Programs in Java
      • For loop Programs in Java
      • String Programs in Java
      • Array Programs in Java
      • Switch Programs in Java
      • Matrix Programs in Java
      • Linked List Program in Java
    • Python Coding Problems
      • If-Else Program in Python
      • While Loop Program in Python
      • For Loop Program in Python
      • String Program in Python
      • Array Program in Python
      • Switch Program in Python
      • Matrix Program in Python
      • Linked List Program Python
  • Tutorials
    • C Tutorial
    • Java Tutorial
    • Java 8 Tutorial
    • Spring Boot Tutorial
  • Interview Prep
    • Java Interview
    • Spring Boot Interview
  • Cheatsheet
    • Java Program Cheat Sheet
    • Spring Boot Cheat Sheet
    • Spring Boot Annotations Cheat Sheet
  • Colleges
  • Toggle website search
Menu Close
  • Coding Problems
    • C Coding Problems
      • If-Else Program in C
      • While Loop Program in C
      • For Loop Program in C
      • Switch Program in C
      • Array Program in C
      • Pointer Program in C
      • String Program in C
      • Matrix Program in C
      • Linked List Program in C
    • Java Coding Problems
      • If-Else Programs in Java
      • While loop Programs in Java
      • For loop Programs in Java
      • String Programs in Java
      • Array Programs in Java
      • Switch Programs in Java
      • Matrix Programs in Java
      • Linked List Program in Java
    • Python Coding Problems
      • If-Else Program in Python
      • While Loop Program in Python
      • For Loop Program in Python
      • String Program in Python
      • Array Program in Python
      • Switch Program in Python
      • Matrix Program in Python
      • Linked List Program Python
  • Tutorials
    • C Tutorial
    • Java Tutorial
    • Java 8 Tutorial
    • Spring Boot Tutorial
  • Interview Prep
    • Java Interview
    • Spring Boot Interview
  • Cheatsheet
    • Java Program Cheat Sheet
    • Spring Boot Cheat Sheet
    • Spring Boot Annotations Cheat Sheet
  • Colleges
  • Toggle website search

Author: publisherpk

This author has written 150 articles
Check character is uppercase or lowercase in Java

Check character is uppercase or lowercase in Java

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you are going to learn to write a java program to check whether a given character is in lowercase or uppercase. For Example: Suppose Given character input…

Continue ReadingCheck character is uppercase or lowercase in Java
Java Program to check character is vowel or consonant

Java Program to check character is vowel or consonant

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you will be learning to write Java Program to check whether the given character is a vowel or consonant. There are total 5 vowels in the English…

Continue ReadingJava Program to check character is vowel or consonant
Fahrenheit to Celsius Conversion Program in Java

Fahrenheit to Celsius Conversion Program in Java

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you are going to learn to write Java Program to convert a given temperature from Fahrenheit to Celsius. For Example: Suppose the given temperature in Fahrenheit is…

Continue ReadingFahrenheit to Celsius Conversion Program in Java
Celsius to Fahrenheit conversion program in Java

Celsius to Fahrenheit conversion program in Java

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you will be learning to write Java Program to convert temperature from Celsius to Fahrenheit. For example: Suppose we have a given temperature in Celsius 36 Now…

Continue ReadingCelsius to Fahrenheit conversion program in Java
Java Program to check number is positive or negative

Java Program to check number is positive or negative

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial you will be learning Writing Java Program to check a Given input number is a positive number or a negative number. For Example 1 : Suppose given…

Continue ReadingJava Program to check number is positive or negative
Java Program to check input is Digit or Alphabets or Special Character

Java Program to check input is Digit or Alphabets or Special Character

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial you will be learning Writing Java Program to check a Given input is either a Digit or an Alphabet or a Symbol. For Example: Example 1: Suppose…

Continue ReadingJava Program to check input is Digit or Alphabets or Special Character
Java Program to check a given input is alphabet or not

Java Program to check a given input is alphabet or not

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial you will be learning Writing Java Program to check a Given input is Alphabet or not. For Example: Example 1: Suppose a given input is 10 Then…

Continue ReadingJava Program to check a given input is alphabet or not
Java Program to Check Given Input is Digit or Not

Java Program to Check Given Input is Digit or Not

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial you will be learning Writing Java Program to check a Given input is Digit or not. For Example: Example 1: Suppose a given input is 10 Then…

Continue ReadingJava Program to Check Given Input is Digit or Not
Java Program to check given year is leap year or not

Java Program to check given year is leap year or not

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, we will be learning to write a leap-year program in Java. A leap year is a year that has 29 days in February and 366 days in…

Continue ReadingJava Program to check given year is leap year or not
Java Program to check a given number is Even or Odd

Java Program to check a given number is Even or Odd

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you will be learning to write Java Program to check given number is Even number or odd number. Even a number is a number that is divisible…

Continue ReadingJava Program to check a given number is Even or Odd
Java Program to Check given number is divisible by 11

Java Program to Check given number is divisible by 11

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you are going to learn to write a java program to check whether a given number is divisible by 11 or not. For example: Take a number…

Continue ReadingJava Program to Check given number is divisible by 11
Java Program to check given number is divisible by 5

Java Program to check given number is divisible by 5

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you are going to learn writing java program to check whether a given number is divisible by 5 or not. For example: Take a number as input…

Continue ReadingJava Program to check given number is divisible by 5
Java Program to Check given number is divisible by 3

Java Program to check given number is divisible by 3

  • Post author:publisherpk
  • Post published:
  • Post category:Java Coding

In this tutorial, you are going to learn to write a java program to check whether a given number is divisible by 3 or not. For example: Take a number…

Continue ReadingJava Program to check given number is divisible by 3
If Else statement in C With Examples

If Else statement in C With Examples

  • Post author:publisherpk
  • Post published:
  • Post category:C Tutorial

In C Program, if else statement is also known as the conditional statement. It is used when we want to perform some operation on the basis of conditions. Or we…

Continue ReadingIf Else statement in C With Examples
C Switch Statement

C Switch Statement

  • Post author:publisherpk
  • Post published:
  • Post category:C Tutorial

Switch Statement is also known as the conditional statement in the C Programming language. Instead of using multiple if else conditions or nested if else we can go with a…

Continue ReadingC Switch Statement
For loop in Java

For loop in Java

  • Post author:publisherpk
  • Post published:
  • Post category:Java

for loop is used to iterate the block of code several times in java. For loop is recommended if the number of iterations is fixed. for (initialization, condition, increment/decrement) {…

Continue ReadingFor loop in Java
Java If Else Statement with Explanations

Java If Else Statement with Explanations

  • Post author:publisherpk
  • Post published:
  • Post category:Java

If-Else statement is also known as a conditional statement, used to perform a task depending on whether a given condition is true or false. Here task can be a single…

Continue ReadingJava If Else Statement with Explanations
Java, Microservices, Spring Boot and Cloud Interview questions for MNCs

Java, Microservices, Spring Boot and Cloud Interview questions for MNCs

  • Post author:publisherpk
  • Post published:
  • Post category:Java/Spring Boot Interview

1. Tell some HTTP response codes. HTTP status codes has five classes defined by the IANA standard: 1xx- Informational 2xx- Success 3xx- Redirection 4xx- Client error 5xx- Server error List…

Continue ReadingJava, Microservices, Spring Boot and Cloud Interview questions for MNCs
LTI Mindtree Java Interview Questions for Experienced

LTI Mindtree Java Interview Questions for Experienced

  • Post author:publisherpk
  • Post published:
  • Post category:Java Interview

1.  What is the better way to declare a string? There are two ways to declare a string in java: By String literal: Java String literal is created by using…

Continue ReadingLTI Mindtree Java Interview Questions for Experienced
Capgemini java interview questions for experienced

Capgemini java interview questions for experienced

  • Post author:publisherpk
  • Post published:
  • Post category:Java Interview

1.  Create Employee Object which is having empId, empName, empSal. import java.util.*; class Employee{ int empId; String name; int empSalary; public Employee(int empId, String empName, int empSalary){ this.empId = empId;…

Continue ReadingCapgemini java interview questions for experienced
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • Go to the next page

Categories

  • C Coding (53)
  • C Tutorial (23)
  • Cheatsheet (2)
  • Colleges (30)
  • HTML (7)
  • Java (44)
  • Java 8 (4)
  • Java Coding (77)
  • Java Interview (5)
  • Jobs (1)
  • Python Coding (10)
  • Spring Boot (13)
  • Spring Boot Interview (1)

Recent Posts

  • Finalize method in java with explanations
  • What is printStackTrace in Java? Detailed Explanation
  • Calculate max integer value in java
  • C Program To Check A Given Number Is Perfect Or Not Using While Loop
  • C Program to Print Armstrong Numbers using While Loop between 1 to n
  • Check if number is divisible by 3 using python if-else
  • Print the Maximum Number Among Three Using Python If-Else
  • C Program to Check Armstrong Numbers using While Loop
  • List of All Spring Boot Annotations, Uses with examples
  • Sum Of Prime Numbers Between 1 to n using While Loop C Program
  • Check Given Number Is Prime Or Not Using While Loop in C
  • Print Natural Numbers In Reverse Using While Loop C Program

Categories

  • C Coding
  • C Tutorial
  • Cheatsheet
  • Colleges
  • HTML
  • Java
  • Java 8
  • Java Coding
  • Java Interview
  • Jobs
  • Python Coding
  • Spring Boot
  • Spring Boot Interview
Copyright - WordPress Theme by OceanWP