Skip to content
  • Home
  • Guides
  • About
  • Contact
java java
javartisans
java java
javartisans
  • Home
  • Guides
  • About
  • Contact
BasicJava

Collections Framework – 5 [ Map ]

The Map interface in Java is part of the Java Collections Framework and provides a way to store...
OVOMay 18, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 4 [ Queue ]

The Queue interface defines functionality for a collection that stores items in FIFO(First In First Out) order. It...
OVOMay 1, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 3 [ Set ]

The Set interface defines the functionality of a collection that cannot contain duplicates in its elements. Items added...
OVOApr 13, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 2 [ List ]

List interface extends Collection interface and allows : What You Need 1.Methods of List Interface A special interface...
OVOApr 2, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Collections Framework – 1 [ Overview ]

The Java Collections Framework offers a set of interfaces and classes whose purpose is to store multiple objects....
OVOMar 22, 2025Jun 1, 2025
collections framework
Read More
BasicJava

Bitwise Operations

Bitwise Operations are an important tool for optimizing performance, improving code readability, and reducing code complexity in Java...
OVOFeb 14, 2025Mar 9, 2025
bitwise operations
Read More
BasicJava

Java IO – 5 [ AIO ]

BIO and NIO are all synchronous IO. If the application does not keep polling to ask operating system,...
OVOJan 31, 2025Jun 1, 2025
aioio
Read More
BasicJava

Java IO – 4 [ NIO ]

NIO means NO Blocking IO, it is also called New IO. The most important difference between Standard IO...
OVOJan 28, 2025Jun 1, 2025
ionio
Read More
BasicJava

Java IO – 3 [ BIO ]

BIO means Blocking IO. A classic example of BIO is that an application requests network IO operations from...
OVODec 29, 2024Jun 1, 2025
bioio
Read More
1234
  • Interview (1)
  • Java (30)
    • Advanced (8)
    • Basic (22)

aio (1) annotation (1) bio (1) bitwise operations (1) byte code (1) collections framework (5) exception (3) execution engine (1) garbage-collection (1) garbage-collectors (1) gc (2) generics (3) io (5) java class life cycle (1) java class loading (1) jvm (6) nio (1) object oriented programming (1) reflection (3) runtime data area (2) service provider interface (1) spi (1)

  • Terms Of Service
  • Privacy Policy