- Видео 170
- Просмотров 260 612
Fidaa Abed
Добавлен 30 сен 2011
Видео
Java 7.1, Dr. Fidaa Abed
Просмотров 2152 месяца назад
Classes and Objects Instance Variables Set methods Get Methods
Java 2 (Coding), Dr. Fidaa Abed
Просмотров 1233 месяца назад
First Java program print println printf input
جزاء الله خير
superb sir, where are u from sir?
This is explained amazingly well. Thank you! I've been stuck on notes and slides for the past hour and a half. Again, thank you, sir!
الله يسعدك دكتور فدا❤
يعطيك العافيه دكتور ممكن طريقة تواصل مع حضرتك
fidaa.abed@gmail.com
where are the other videos on dynamic programming
Wo😭😭
Class wrep😅
You dey here too?
السلام عليكم ممكن تواصل ؟
@@Sultan_7up fidaa.abed@gmail.com
Thanks for your help ❤
دمت گرم مرد 🌞
شكرًا لك على الشرح الجميل ولكن ابغى اسأل كيف نزلت jdk8 عندك في الماك حاولت بحقي وما ضبط نهائي ياليت تفيدني
مو نفس السلايدات انا تحضيري كليه العلوم و ما عندي نفسها
الله يسعدك يادكتور شرح مفيد و اذا يمديك تتوسع اكثر في الشرح نكون شاكرين لك
يعطيك العافية ، شرح وافي ومميز🤍
جزاك الله خير يا دكتور شرح مجزي وبسيط
شرح كافي ووافي الله يجزاك خير
جزاك الله خيرًا
منور دكتور فدا لك وحشه والله
مالك بتحكي انجليزي
your best teacher in ever
This is AWESOME! Please make more videos from Tardos text book.
Thank you sir!!
Thank you so much sir, you explained it very well !!
فدا عابد شكرا على الشرح الجميل لكن عندي مشكلة الي هي يوم ادخل على الامر من الـ CMD يكتب ان فيه مشكلة لكن انا مطبق شرحك بالتفصيل ياريت تحل المشكلة
جميل ، لكن لو تعمل تقسيم للفيديو + تكتب عنوان الدروس على كل فيديو ( الجزئيات ) .
- class: public class Employee { private String fName; private String lName; private double monthly_salRY; // CONSTRUCTOR public Employee(String fName,String lName,double monthly_salRY) { this.fName = fName; this.lName = lName; this.monthly_salRY = monthly_salRY; } // methods public void setFNmae(String fName){ this.fName = fName; } public void setLNmae(String lName){ this.lName = lName; } public void setmonthly_salRY(double monthly_salRY){ if(monthly_salRY < 0) this.monthly_salRY = 0; else this.monthly_salRY = monthly_salRY; } public String getFName(){ return fName; } public String getLName(){ return lName; } public double getsetmonthly_salRY(){ return monthly_salRY; } } - main: public class EmployeeTest { public static void main(String[] args) { Employee e1 = new Employee("ghadi", "saeed", 100000); Employee e2 = new Employee("ghala", "saeed", 100000); e1.setmonthly_salRY(100000*12); System.out.println(e1.getFName() + " " + e1.getLName() + " " + e1.getsetmonthly_salRY()); e2.setmonthly_salRY(100000*12); System.out.println(e2.getFName() + " " + e2.getLName() + " " + e2.getsetmonthly_salRY()); } } -- 10% اخر طلب حق م سويته
1- main public static void main(String[] args) { Gread g1 = new Gread(); Scanner key = new Scanner(System.in); System.out.println("enter the gread:"); String gread = key.nextLine(); g1.setGread(gread); System.out.println("the gread is " + g1.getGread()); Gread g2 = new Gread(); System.out.println("enter the seconed gread:"); String gread2 = key.nextLine(); g2.setGread(gread2); System.out.println("the gread is " + g2.getGread()); } 2-class public class Gread { private String gread ; public void setGread(String gread){ this.gread = gread; } public String getGread(){ return gread; } }
int[] x = {10,20,30,40,50,60,70,80,90,100}; int max =0; for(int i=0; i<x.length;i++){ System.out.println(x[i]); if(x[i] > max){ max = x[i]; } } System.out.println("tha max is " + max);
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner input = new Scanner(System.in); int num1; int num2; System.out.print("enter number1: "); num1 = input.nextInt(); System.out.print("enter number2: "); num2 = input.nextInt(); if(num1 > num2) System.out.printf("the largest number is %d",num1); if(num2 > num1) System.out.printf("the largest number is %d",num2); if(num1 == num2) System.out.printf("all number are the same"); } }
جهد مبارك يا ابو علي 😍
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner input = new Scanner(System.in); float dollar; float ryal ; System.out.print(" Enter the price in dollars "); dollar = input.nextInt(); ryal = (float) (dollar*3.76) ; System.out.printf("the price in ryal is %f%n", ryal); } }
Many thanks 🙏
الله يرضى عنك يا دكتور ويكتب أجرك، ما قصرت والله!
Best videos thank you dr Fidaa
Thank-you sir
جزاك الله خير دعيت لك من قلب
هذا الي ما يعرفه احسن دكتور عندنا في الكليه او حتا في الجامعة
دكتور السلايدات نفس سلايدات جامعة جدة ؟
مره شكرا دكتور جزاك الله خير ,, يعني في حالة كان (Checked Exceptions) في عند 4 حالات الأولى: استعمل (try) مباشرة الثانية: no exception handler inside the method فاكتب (throws) في هيدر الميثود اللي ممكن يحصل فيها (Exception) ومابي اتعامل معاه في نفس الميثود وفي الميثود اللي نادتها ممكن ارجع اكرر الخطوات السابقه واروح للي نادتها وممكن اتعامل مع (Exception) واحط (try) الثالثة: احنا نفتعل ال(Exception) هنا نكتب داخل المثود (throw new ExceptionType) واكتب (throws) في الهيدر اذا مابي اتعامل معاه في نفس الميثود واروح للميثود اللي نادتها واحط (try) الرابعة: اسوي (Exception) خاص بي اسوي كلاس جديد واسميه اللي ابي واهم شي احط (extands Exception) وفي الكونستركتر احط (super("massege")) واكتب الرساله اللي ابغاها تطلع لمن استخدم getmessage , وهنا استعمل الطريقه الثالثه كمان يعني انا افتعل ال(Exception) واللي افتعلو هو اللي يقدر الكلاس(Exception) اللي سويتو يتعامل معاه اما اذا كان موجود (مثلا القسمه على صفر) فما ينفع استعمل اللي انا سويتو كذا صح ؟
جزاك الله الف خير دكتور فداء من أفضل الشروحات والله
يعطيك العافية ي دكتور , هذا شرح كامل لشيئية 2 ؟
Congrats doctor Fidaa
يعطيك العافية يا دكتور على الشرح المتميز 🌹
دكتور اذا تقدر تشرح مادة تنظيم ومعمارية الحاسب الشايتر ٢ و ٣ ٤ ١١ ١٣ 🥹
Great lecture
عندي سؤال خوي استفسار
تفضل
جزاك الله خير، بس ايش فايدة finally مو كذا كذا اصلا حينفذ اللي بعد الtry؟ مثلا لمن حطيت try في الmain ميثود انطبعت بعدها bye مع انه نفذ الcatch
صحيح. ممكن نستغني عن finally لكن وجودها باكد انه الأوامر اللي فيها تابعة للاوامر اللي في try - catch الأوامر اللي بعد try - catch عادة تكون في جزئية جديدة مختلفة. لكن اتفق ممكن الاستغناء عن finally
@@fidaaabed1239 فهمت وجودها للترتيب فقط، شكرا مره
@@fidaaabed1239 م
الله يعطيك العافية يادكتور ويجزاك الف خير 🤍🤍
يعطيك العافيه 👏🏼
جزاكم الله خير 👍👍👍
Dr, can you give us good resources so we can practice exam type OOP questions?