Posts by Avantika Singh

Author Biographical Info: Not available

How to merge two JSON files in Python

By Avantika Singh

Hello Learners, today we are going to learn how to merge two JSON files in Python. Let’s see what do you know about JSON? JSON – JavaScript Object Notation What is a JS.... Read More

How to call non static method from static method in Java

By Avantika Singh

Hello learners, today we will learn how to call a non-static method from a static method in Java with the help of this small tutorial. Method calling in java is easy but when you t.... Read More