KSKartik Sharmainkartiksharmacoder.hashnode.dev·Sep 2, 2023 · 3 min readObjects 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...00
KSKartik Sharmainkartiksharmacoder.hashnode.dev·Aug 29, 2023 · 5 min readFeatures 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 ...00
KSKartik Sharmainkartiksharmacoder.hashnode.dev·Apr 9, 2023 · 2 min readHistory 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...01B
KSKartik Sharmainkartiksharmacoder.hashnode.dev·Mar 31, 2023 · 2 min readJava 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...00