CodeCraft Essentials
222 subscribers
187 photos
39 videos
49 files
164 links
Download Telegram
πŸ””Hey everyone!

Just a quick heads-up, we're all set to kick off our session in just 15 minutes Make sure to get your working environment ready for the lab. we will try make the most out of this session together! 😊
Today's lab question is now available, and I'm giving you all a 15-minute of time to attempt it based on the instructions provided in the file. After that, I'll be sharing step-by-step videos that will guide you through the lab.

During these 15 minutes, feel free to ask any questions in the group or send your queries to this personal account as well: @coding2222
πŸ‘1
this is the original file containing the full labs but we will be sending what we will do daily as a file like the one above
Now we will send videos for lab 0:

This is a video that is prepared by one of the legendary teacher of OOP in AAU, that is what all the seniors used to call him☺️

I've downloaded the video for us, To ensure we stay focused and avoid distractions on YouTube This way, we can stay focused and fully immerse ourselves in the content and to concentrate on our work. But we will send the link at the end of this session. this video contain step-by-step procedures so follow up and practice it by yourself and we will send summary and additional videos later.
The primary objective of this session is to engage in practical labs and provide you with valuable hands-on experience. Therefore, I encourage you to ask any questions you may have regarding the labs or any related topics. Your inquiries are most welcome, so please don't hesitate to ask
Are you encountering any errors during the compilation process?
If your answer is yes,, you can send screenshpt of the errors in the group or to the telegram account that we posted before
Anonymous Poll
14%
yes
86%
no
Additional video for today's lab
Next we will send questions that will help you practice for your exams(for software students) this questions are from previous year exams
πŸ‘4
which programs are java program compiler and java class interprater in correct order?
Anonymous Quiz
73%
Java Program Compiler (javac) -> Java Class Interpreter (JVM / java)
27%
Java Class Interpreter (JVM / java) -> Java Program Compiler (javac)
How many of you know about Java compilation and execution process?
Anonymous Poll
44%
yes i do know
67%
No i don't know send short note
CodeCraft Essentials
which programs are java program compiler and java class interprater in correct order?
✴️The correct order of programs in the Java compilation and execution process is as follows:

#Java Program Compiler: The Java program compiler, javac, translates the human-readable Java source code (.java files) into bytecode (.class files). This step is performed by running the javac command.

#Java Class Interpreter: The Java class interpreter is the Java Virtual Machine (JVM), which interprets and executes the bytecode generated by the compiler. The JVM loads the bytecode files (.class files) and executes them. This step is performed by running the java command.
To summarize, the correct order is:

Java Program Compiler (javac) -> Java Class Interpreter (JVM / java)
πŸ‘1
which java's primitive data types represent in the following groups respectively:
integer, floating points, character, True/False
Anonymous Quiz
88%
byte, short, int, long ; float, double ; char ; boolean
11%
short, int, long ; float, double ; byte, short, int, long ; boolean
2%
boolean ; byte, short, int, long ; char ; float, double
Thank you all for joining today's session. I hope you found it helpful. Tomorrow, we will continue at the same time and cover one lab exercise as well as three questions from previous year exams. Although this session is primarily focused on software students, it can be beneficial for others as well. We received requests from group members to include exam-related questions, so we have prepared accordingly. If you have any questions, please feel free to inbox us. @coding2222
See you all tomorrow!
πŸ‘1
πŸ‘2
πŸ””Hey everyone!

Just a quick heads-up, we're all set to kick off our session in just 10 minutes Make sure to get your working environment ready for the lab. we will try make the most out of this session together! 😊
πŸ‘‹Good evening, everyone! Welcome to Day-2 of our JAVA lab session.

Today, we will be continuing with Lab 1. I encourage you all to spend the next 15 minutes attempting the question independently. Remember, the main purpose of this course is to cultivate self-discipline. While it may seem trivial to some, dedicating just one hour of your day to complete the labs I provide will enable you to grasp the fundamental principles of Java coding in less than 2 weeks.
This achievement will undoubtedly mark a significant milestone on your journey. Once you have mastered the basics, you'll be well-equipped to tackle LeetCode questions too.