Skip to main content

Posts

Showing posts with the label java

How To Create A Simple Analog Clock

  How To Create A Simple Analog Clock #JAVA #CSS #HTML #coding #tutorial First you will need to include javascript, Html and CSS codes in your text editor as follows; Lets first add  HTML CODES  as below; <div class="clock"> <div class="hour"> <div class="hr" id="hr"></div> </div> <div class="min"> <div class="mn" id="mn"></div> </div> <div class="sec"> <div class="sc" id="sc"></div> </div> </div> After you have inserted the Html code in your text editor you will have now to edit Css code using embedded style, where by the css codes are inserted in between <style> </style>tags, which are normally placed in between <head></head> tags of a html file. The css codes are used to apply formatting to the whole clock . Therefore the  CSS codes  will be inserted as follows; body { display:

What is JAVA

  Java Definition and Meaning Java is a multi-platform, object-oriented, and network-centric language. It is among the most used programming language. Java is also used as a computing platform. It is considered as one of the fast, secure, and reliable programming languages preferred by most organizations to build their projects. What is Java used for? Here are some important Java applications: It is used for developing Android Apps Helps you to create Enterprise Software Wide range of Mobile java Applications Scientific Computing Applications Use for Big Data Analytics Java Programming of Hardware devices Used for Server-Side Technologies like Apache, JBoss, GlassFish, etc. History of Java Programming Language Here are important landmarks from the history of the Java language: The Java language was initially called OAK. Originally, it was developed for handling portable devices and set-top boxes. Oak was a massive failure. In 1995, Sun changed the name to “Java” and modified the langua

What Are OOP Concepts in Java? The Four Main OOP Concepts in Java, How They Work, Examples, and More

  List of OOP Concepts in Java There are four main OOP concepts in Java. These are: Abstraction.   Abstraction implies utilizing straightforward things to speak to complexity. We all know how to turn the TV on, but we don’t ought to know how it works in arrange to appreciate it. In Java, reflection implies basic things like objects, classes, and variables speak to more complex fundamental code and information. Usually critical since it lets dodge rehashing the same work numerous times. Encapsulation.  This can be the hone of keeping areas inside a lesson private, at that point giving get to to them through open strategies. It’s a defensive obstruction that keeps the information and code safe within the lesson itself. This way, able to re-use objects like code components or factors without permitting open get to the information system wide. Inheritance.  Usually, an  uncommon include of Question Situated Programming in Java. It lets software engineers make modern classes that share a fe