Box Office Revenue Prediction using Linear Regression Machine learning algorithm

By Devansh Parikh

In this Machine Learning project, we will predict Box office movie revenue using Linear Regression Machine Learning Algorithm. Dataset Link: cost_revenue_clean.csv Step-1: Importin.... Read More

How to improve the website speed?

By Faruque Ahamed Mollick

How to improve the website speed?   When it comes to online business, one thing that people are generally lacking is patience. They say that patience is a virtue, but not in the w.... Read More

How to convert JSON String to Java Object

By Ishika Koytekar

In this tutorial, we will learn how to convert JSON String to Java Object using the JACKSON library. Using a simple Java program we can easily convert JSON String to Java Object. J.... Read More

How to sort all the file names by their size in C++

By Himanshu Sharma

In this tutorial, we will learn to sort all the file names by their size in C++. We will print the name and size of the files according to the required manner. For this, we need &l.... Read More

How to fetch text from a PDF and store in a .txt file in Java

By Tishya Thakkar

In this tutorial, we will look at how to fetch text from a PDF file and then store it in a text file using java. To do this we will use an open-source Java library known as PDFBox..... Read More

Build first GUI Application in Java using NetBeans IDE

By Vaishnavi Penumerthy

This tutorial is an introduction to GUI applications in Java using NetBeans IDE. The picture above looks like a login window, right? Yes. If you see, we have two input fields (text.... Read More

How to convert JSON to XML using Java

By Mahesh Guntaka

In this post, I am going to discuss how to convert JSON to XML using Java. Firstly we have to know what is JSON and XML. 1.JSON stands for JavaScript Object Notation, a plain text .... Read More

How to convert XML to JSON in Java

By Ishika Koytekar

In this tutorial, we will learn how to convert XML data to JSON data in Java. Using a simple Java program we can easily convert XML data to JSON data. XML stands for eXtensible Mar.... Read More