វគ្គសិក្សាមូលដ្ឋានគ្រឹះដោយឥតគិតថ្លៃនឹង ចាប់ផ្តើម នៅថ្ងៃទី ១ ខែ សីហា ឆ្នាំ ២០២៤ ខាងមុខនេះហើយ។
ដើម្បីទទួលបានវគ្គសិក្សានេះមាន លក្ខខណ្ឌមួយចំនួន តម្រូវ អោយអ្នកទាំងអស់គ្នាអនុវត្តតាម។
លក្ខខណ្ឌទាំងនោះនឹងជម្រាបជូននាពេលឆាប់ៗខាងមុខនេះ។
សូមជួយចែករំលែកបន្តផង។
សូមអរគុណ។
@topfans
ដើម្បីទទួលបានវគ្គសិក្សានេះមាន លក្ខខណ្ឌមួយចំនួន តម្រូវ អោយអ្នកទាំងអស់គ្នាអនុវត្តតាម។
លក្ខខណ្ឌទាំងនោះនឹងជម្រាបជូននាពេលឆាប់ៗខាងមុខនេះ។
សូមជួយចែករំលែកបន្តផង។
សូមអរគុណ។
@topfans
❤23🙏3
សម្រាប់អ្នកដែលចង់សិក្សាវគ្គមូលដ្ឋានគ្រឹះ Java ជាមួយខ្ញុំផ្ទាល់សូមចូលទៅ Link Facebook រួចធ្វើតាមការណែនាំ។
Link --> https://fb.watch/tIBRptAl0E/
Link --> https://fb.watch/tIBRptAl0E/
❤4
ទៅដល់អ្នកដែលចង់រៀនវគ្គនេះផង។
គ្មានគិតប្រាក់សូម្បីតែ១រៀល។
#codinwithchitra #សរសេរកូដជាមួយចិត្រា #JavaOOP #java
#freejavacours #freejava #codinglife
គ្មានគិតប្រាក់សូម្បីតែ១រៀល។
#codinwithchitra #សរសេរកូដជាមួយចិត្រា #JavaOOP #java
#freejavacours #freejava #codinglife
❤21
Unlock the Power of REST APIs!
Dive into the world of REST API development with this hands-on class featuring:
- Spring Boot: Build robust applications with ease.
- Spring Data JPA: Master data management like a pro.
- Spring Security: Safeguard your APIs with Basic Authentication.
- MySQL: Get your hands dirty with real-world database integration.
**This is a paid class**—an investment in your future!
Who Should Join?
- You’ve got a solid grip on Java basics and OOP concepts.
- You’re a third-year student (or beyond) hungry to level up your skills.
Sound exciting? Drop a comment below, and let’s turn this into reality!
Dive into the world of REST API development with this hands-on class featuring:
- Spring Boot: Build robust applications with ease.
- Spring Data JPA: Master data management like a pro.
- Spring Security: Safeguard your APIs with Basic Authentication.
- MySQL: Get your hands dirty with real-world database integration.
**This is a paid class**—an investment in your future!
Who Should Join?
- You’ve got a solid grip on Java basics and OOP concepts.
- You’re a third-year student (or beyond) hungry to level up your skills.
Sound exciting? Drop a comment below, and let’s turn this into reality!
❤28
``Essential Commands in Window:
cd: Changes the current directory.
dir: Lists files and directories in the current directory.
copy: Copies files from one location to another.
move: Moves files or directories.
del: Deletes files.
mkdir (md): Creates a new directory.
rmdir (rd): Removes a directory.
cls: Clears the screen.
``Java and the Command Window
Compiling Java code:
You use the command window to run the javac compiler on your Java source code files (.java) to create bytecode files (.class).
Example: javac MyProgram.java
Running Java programs:
Once compiled, you use the java command to execute the bytecode.
Example: java MyProgram
❤9