جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Write a Java code to implement a simple file compression program.

اكتب كود جافا لتنفيذ برنامج ضغط ملفات بسيط.

#FileProcessing
Write a Java code to implement a simple word counter for a text file.

اكتب كود جافا لتنفيذ عداد كلمات بسيط لملف نصي.

#FileProcessing
Create a Java program to count the occurrences of a specific word in a text file.

أنشئ برنامجاً في جافا لعد مرات ظهور كلمة معينة في ملف نصي.

#FileProcessing