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.๐
Followers
Books to Read
Get link
Facebook
X
Pinterest
Email
Other Apps
๐๐RECOMMENDED BOOKS ๐๐
Yho Codestars! Stay tuned, this page is under construction๐.
COMING๐๐
More reads:
๐ฉ❤️๐๐จ I hope you had fun learning Java with me? ๐คฉ Feel free to drop a comment and contribute. โโ
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...
Yho Codestars! It's day 2 and I still feel quite energetic.๐ถ However, Java has many characteristics. I guess at some point there will be no space to share all I learn in a day, as I do not want this blog to be too cumbersome to read๐ Here are the lessons I learned in Java today! Let's discuss the characteristics of JAVA. 1. JAVA is simple! In my own opinion, JAVA is simple to learn for beginners, however, it's simpler if you already know OOP or worked with C programming. Why is Java considered simple? ℟↠ JAVA has user-friendly syntax. ℟↠ Because it does not use pointers, hence there's no memory corruption. ℟↠ It's faster to develop and execute (using the Just in time compilation). ℟↠ Because JAVA uses garbage collection to automatically manage its memory; the destruction of objects that are no longer useful. ℟↠ Because it is an object-oriented programming language. OOP improves the efficiency, readability, and reusability of a java program. ℟↠ We can Wri...
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.
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