Posts by Shradha Jadhav

Author Biographical Info: Not available

Valid Variants of main() in Java

By Shradha Jadhav

In the given tutorial, we will learn about valid variants of main() method in Java. First, we should see the meaning of the main syntax : public : This is the access specifier. Bec.... Read More

ObjectInputStream readUnshared() Method in Java

By Shradha Jadhav

In the given tutorial, we are going to learn neatly about readUnshared() method of ObjectInputStream class in Java. readUnshared() in Java The readUnshared() method is zero argumen.... Read More

Inter-thread communication in Java

By Shradha Jadhav

In this tutorial, we are going to learn about Inter-thread communication in Java. Allowing multiple synchronized threads to communicate with each other and maintaining one thread.... Read More