Debarpito Sarkar has Published 6 Articles

What is difference between a Java method and native method

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 12:39:32

639 Views

This article will help you understand all differences between a Java method and a native method. Function / Method A program module (a part of the program) used simultaneously at different instances in a program to perform specific task is known as Method or Function. It can be regarded as ... Read More

What is an I/O filter in Java?

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 12:33:42

583 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 ... Read More

What is a marker or tagged interface in Java?

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 12:14:41

2K+ Views

This article will help you understand what a Marker or Tagged Interface in Java is. Before understanding marker interface, let’s revise on Interface. INTERFACE Similar to an object, an Interface is a blueprint of a class. It consists of static constants and abstract methods. It is a mechanism to achieve ... Read More

What are the key features of Java?

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 12:08:11

4K+ 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 ... Read More

What is dot operator in Java?

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 10:27:17

5K+ 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, ... Read More

What are the bitwise zero fill right shift zero operators in Java?

Debarpito Sarkar

Debarpito Sarkar

Updated on 05-Sep-2022 09:15:05

2K+ Views

This article will help you understand all about Bitwise Zero Fill Right Shift Zero Operators in Java. Note that Bitwise Zero Fill Right Shift Zero Operator is same as Bitwise Zero Fill Right Shift Operator. Before understanding right shift operators, let us revise about Operators. OPERATORS In computer programming we ... Read More

1
Advertisements