A JAVA PROGRAM TO CHECK THE GIVEN STRING IS PALINDROME OR NOT .

Tech Jitendra provides, We are going to discuss about – A JAVA PROGRAM TO CHECK WHETHER A STRING IS PALINDROME OR NOT . Java Program to Check whether a String is a Palindrome This is a Java Program to Check whether a String is a Palindrome. Enter any string as input. Now we use for …

JAVA ITERATOR

Java Iterator – Iterator in Java In this post we are going to discuss about some basics of Java Enumeration and in-depth discussion about Java Iterator. As Java Enumeration interface is deprecated, it is not recommended to use this in our applications. Tech Jitendra Provides, In this post we are going to this discuss the …

Java DataInputStream Class

Java DataInputStream Class Java DataInputStream class allows an application to read primitive data from the input stream in a machine-independent way. Java application generally uses the data output stream to write data that can later be read by a data input stream. Java DataInputStream class declaration Let’s see the declaration for java.io.DataInputStream class: public class DataInputStream extends FilterInputStream implements DataInput   Java DataInputStream class …

Decision Making in Java

Tech Jitendra Provides, Discussing about Dicision making in Java . Decision Making in Java (if, if-else, switch, break, continue, jump) Decision Making in programming is similar to decision making in real life. In programming also we face some situations where we want a certain block of code to be executed when some condition is fulfilled.A …

OPERATORS IN JAVA

Tech Jitendra Provides We are going to discussing about Operators in Java Operators in java Operator in java is a symbol that is used to perform operations. For example: +, -, *, / etc. There are many types of operators in java which are given below: Unary Operator, Arithmetic Operator, Shift Operator, Relational Operator, Bitwise Operator, …

DATA TYPES IN JAVA

Tech Jitendra provides , We are going to discuss about Data types in Java . Data Types in Java Data types specify the different sizes and values that can be stored in the variable. There are two types of data types in Java: Primitive data types: The primitive data types include boolean, char, byte, short, int, …

JAVA ENVIRONMENT

Java Runtime Environment (JRE) Tech Jitendra provides, Definition – What does Java Runtime Environment (JRE) mean? The Java Runtime Environment (JRE) is a set of software tools for development of Java applications. It combines the Java. Java Virtual Machine (JVM), platform core classes and supporting libraries. JRE is part of the Java Development Kit (JDK), but can …

Design a site like this with WordPress.com
Get started