How to call a Nested function: Python nested function Call!

By Avantika Singh

Hello Learners, today we will learn how to call a nested function in Python with this small tutorial. Just like nested loops or conditions, nested functions are nothing but functio.... Read More

WeakHashMap in Java

By Shradha Jadhav

In the given tutorial, we will see the WeakHashMap class from the java.util package and the usage in Java. WeakHashMap exclusively saves weak references into its keys. This the imp.... Read More

Introduction to Vectors in Java : Insertion and Deletion!

By Avantika Singh

Hello Learners, today we are going to learn about vectors in Java. Different operations on vectors like insertion, deletion, search operation, etc. The Vector is a class in java.ut.... Read More

Console reader() and writer() methods in Java with examples

By Shradha Jadhav

In the given tutorial, we are going to learn about reader() and writer() methods of Console class in Java. reader() :   Syntax : public Reader reader() The java.io.Console.rea.... Read More

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

Create the ShortCut of any File in Windows using Python

By Avantika Singh

Hello Learners, today we are going to learn how can we create a shortcut of any file using Python. Creating shortcuts with Python is very easy and you just need to take a few steps.... Read More

Get the elapsed time in seconds in Java

By Avantika Singh

Hello Learners, today we are going to learn how to get the elapsed time in seconds in Java. But first of all, you need to understand what an elapsed time actually is. Elapsed Time:.... 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

Related Posts