A diary of my programming experience. My journey to Java Fullstack Developer "6 months goal". Ride along with me let us learn and build a good career.๐
Yho Codestars! It's day 4 and I have studied for a couple hours today, I feel overloaded but you know what the goal is? -- FULL STACK JAVA DEVELOPER IN 6months ๐ ๐. Let's get started! JAVA is an Object-Oriented Programming Langauge (OOP) . OOP has 4 features. ABSTRACTION: The main purpose of abstraction as the name implies to hide unnecessary data which helps to reduce the complexity of a program and only display needed information. ENCAPSULATION: This feature helps to hide sensitive data from users. It increases security, allows flexibility, and increases the control of methods and class attributes. The structure of the objects and implementation of the methods are hidden from the user. INHERITANCE: This feature allows one class to inherit the feature of another class (includes fields and methods). The class with the inherited feature is called the SUPER CLASS / PARENT CLASS. The class that inherited features from another class is called the SUB CLASS / CHILD CL...
Yho Codestars! I love to study using acronyms and songs, this might sound crazy and unserious however, it works for me๐ฅ๐ . ##I will update this space anytime I have new acronyms or a song## Drop a comment below about your special way of reading!๐ญ๐ช Let's go! WCR- Write, Compile, Run WORA- Write Once and Run Anywhere PAEI (Pronounced as PI)- Polymorphism, Abstraction, Encapsulation, Inheritance.
Yho Codestars! It's day 3 and I still feel quite energetic๐ถ . So here is what I learned today, feel free to comment and follow my blog๐ . Today's JAVA lesson! The basic element of Java: Java has 3 basic elements; Class, Interface, and Enum. We can only write a java program with the aid of these 3 elements, without class and interface, there is no Java program. Syntax of the basic elements: Syntax is a set of rules we need to follow when writing a program. Class <Acess modifier> class <class name> { } Interface <Acess modifier> interface < interface name> { } Enum <Acess modifier> enum < enum name> { } Access modifiers provide access restrictions to a class. There are 4 types of access modifiers; Public Private protected Default We cannot declare a Java class as private, or protected, the same goes for interface and enum. Examples of the basic element's syntax: The example in the fi...
My First Blog Post Call me Codestar because this is my goal for the next 6 months! I studied computer science many years ago, but I have not necessarily worked in this field professionally. My dream is to become a Full Stack Developer and I am committed to this new goal. I have tried coding on different occasions but failed due to different reasons. However, now I have the time and the opportunity to learn from scratch, I have set a 6 months goal to ensure that this dream is achieved. I hope to post here whatever I learn every day from now till the next 6months [01-06-2022 - 30-11-2022]. If you have a dream like mine- to learn JAVA, HTML, CSS, or any other programming language, come join this ride and study Java Full Stack Development with me. Give Up . Do Not Give Up.
Comments
Post a Comment