kartiksharmacoder.hashnode.devObjects and Classes in Java LanguageJava classes and objects will be covered on this page. We create programs utilizing objects and classes while using object-oriented programming techniques. In Java, an object is both a physical and a logical thing, whereas a class is a logical entity...Sep 2, 2023·3 min read
kartiksharmacoder.hashnode.devFeatures of JAVAThe term "Java Features" refers to the unique traits and functions of the Java programming language. Object-oriented programming, platform independence, resilience, security, multi-threading, portability, rich API, scalability, interoperability, and ...Aug 29, 2023·5 min read
kartiksharmacoder.hashnode.devHistory of OOP's ConceptObject-Oriented Programming concept was coined by Alan Kay in 1966 or 1967 while he was at grad school. The idea behind this was to use encapsulated mini-computers in software, rather than direct data sharing they communicate via message passing. Th...Apr 9, 2023·2 min read
kartiksharmacoder.hashnode.devJava History | BeginningJava Beginning How java was created : In the 90's , A team named Green was assigned a project whose goal is to create a device that controls the variety of day-to-day electronics. The Team consisting two main developers : James Gosling and Patrick Na...Mar 31, 2023·2 min read