projects.thearnab.techPrivacy PolicyThis Privacy Policy is prepared by Agentic and whose registered address is Not Registered (“We”) are committed to protecting and preserving the privacy of our visitors when visiting our site or communicating electronically with us. This policy sets o...Dec 14, 2024·3 min read
thearnab.hashnode.devPYQ- SolutionsQ.1 “Java is platform independent” , Is this True? Justify or contradict your statement. Yes, Java is platform-independent. This is one of its key strengths, enabling "Write Once, Run Anywhere" (WORA) functionality. Here's how it works: Compilation:...Nov 20, 2024·17 min read
thearnab.hashnode.dev1.2 Objects , Classes , Data Abstraction , Encapsulation & InheritanceObject-Oriented Programming Object-oriented programming (OOP) is a way to organize and conceptualize a program as a set of interacting objects. The programmer defines the types of objects that will exist. The programmer creates object instances as...Nov 19, 2024·10 min read
thearnab.hashnode.dev1.Fundamentals of Object oriented Programming1.1-Introduction, Basic Program Construction Unstructured Programming Unstructured Programming is a type of programming that generally executes in sequential order i.e., these programs just not jumped from any line of code and each line gets execut...Nov 18, 2024·5 min read
thearnab.hashnode.devExploratory Data Analysis-Part 1What is Exploratory Data Analysis? Exploratory data analysis is one of the basic and essential steps of a data science project. A data scientist involves almost 70% of his work in doing the EDA of the dataset. In this article, we will discuss what is...May 23, 2024·5 min read