Debarpito Sarkar

Debarpito Sarkar

3 Articles Published

Articles by Debarpito Sarkar

3 articles

What is an I/O filter in Java?

Debarpito Sarkar
Debarpito Sarkar
Updated on 05-Sep-2022 1K+ Views

This article will help you understand what I/O filter in Java is. The Java I/O Filter The Java I/O Filter is inside java.io package. It provides sets of input and output streams used for reading and writing data to input and output sources. There are different types of classes in java.io, naming Input Stream, Output Stream, etc. Some of the important types are discussed below − Input Stream The InputStream class of java.io is an abstract superclass which reads data from an input source. The source can be a file, a string, or anything that can contain data. This class ...

Read More

What are the key features of Java?

Debarpito Sarkar
Debarpito Sarkar
Updated on 05-Sep-2022 5K+ Views

This article will help you understand what the key features of Java Programming language are. The Key features of Java Programming Language are − Java is Easy to Understand Java’s base is similar to that of C and C++ languages and it includes many important features of these languages. It removes many drawbacks and complexities of C or C++. So if one has good understanding of either C or C++, then Java language will be very familiar and easily understandable. Java is an object oriented programming language Object Oriented Programming (OOP) is an approach to standardize the programs by creating ...

Read More

What is dot operator in Java?

Debarpito Sarkar
Debarpito Sarkar
Updated on 05-Sep-2022 6K+ Views

This article will help you understand what a dot operator in Java Programming language is. Before jumping into Dot Operator, let us revise about Operators. OPERATORS In computer programming we often need to perform some arithmetical or logical operations. In such circumstances, we need operators to perform these tasks. Thus, an Operator is basically a symbol or token, which performs arithmetical or logical operations and gives us meaningful result. The values involved in the operation are called Operands. Here is a basic Pictorial representation of Operators. Now, let us discuss the types of Operators available. TYPES OF OPERATORS There ...

Read More
Showing 1–3 of 3 articles
« Prev 1 Next »
Advertisements