تسجيل الدخول
تذكر
تسجيل
الأسئلة
الأسئلة غير المجابة
الوسوم
الأعضاء
اطرح سؤالاً
لا إجابة
إجابة غير مختارة
إجابة لم يتم تقييمها
اطرح سؤالاً
أسئلة جارية بإجابات لم يتم تقييمها
0
تصويتات
1
إجابة
involves acquiring data, sound, images, and video from a patient and then transmitting everything to a medical specialist for later evaluation. a.Traditional Medicine b.Live Telemedicine c.Store-and-forward telemedicine d.Blackboard
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
التقارب من مبادئ تصميم مستندات الأعمال يعني
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
الصيغة غير الرسمية تتميز بأسلوب الكتابة الإحترافي والتركيز على الأدوار والبروتوكول والوضع المهني
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
يمكن فتح مدير المهام في ويندوز باستخدام لوحة المفاتيح عبر الضغط على "Ctrl + Shift + Esc". ( صح ام خطأ ؟
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
Viewer في صلاحيات في جوجل درايف يستطيع إجراء تعديلات وإضافة وحذف الملفات ( صح ام خطأ ؟
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
5.إعادة تشغيل جهاز التوجيه (الموجه) هي إحدى الخطوات الممكنة لحل مشكلات الاتصال بالإنترنت (صح ام خطأ ؟
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
العلم الذي يعنى به الاثار التاريخيه هو التاريخ المتحف المتحف صح ولا الاثار الاثار اجابه خاطئه
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
الامانه تودي إلى الاستقرار او الغلاء او الفساد
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
العلم الذي يعنى به الاثار التاريخيه هو
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
ماأداب الدعاء
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
اسم المفعول من الفعل الثلاثي (سلا) مسلو، فما أصل الكلمة قبل التغيير؟ مسلوي مسلووي مسلوو
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
int [][] arr ={{1,2,3},{4,5,6}}; for(int arr1= 0; arr1<arr.length; arr1++){ for(int arr2=0; arr2<arr[arr1].length; arr2++){ System.out.print(arr[arr1][arr2]); }} What is output of array-2D in java? a.0123456 b. 123456 c.123 d.456
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
Stack st=new Stack(); st.push("Saudi"); st.push("Brazil"); st.push("Canada"); System.out.println("Search of Dubia in stack:" +st.search("Dubai"));What is output of code? a.Search of Dubia in stack: 2 b.Search of Dubia in stack: 1 c.Search of Dubia in stack: 0 d.Search of Dubia in stack: -1
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
LinkedList link=new LinkedList(); link.add("a"); link.add("b"); link.add(10); System.out.println("The contents of array is" + link); What is output of linkedList in java? a.The contents of array is[b, 10, a] b.The contents of array is[10, b, a] c.The contents of array is[b, a, 10] d.The contents of array is[a, b, 10]
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
LinkedList link=new LinkedList(); link.add("a"); link.add("b"); link.add(10); System.out.println("The contents of array is" + link); System.out.println("size of an linkedlist is " + link.size()); What is output of linkedList in java? a.The contents of array is[b, 10, a] size of an linkedlist is 3 b.The contents of array is[10, b, a] size of an linkedlist is 10 c.The contents of array is[a, b, 10] size of an linkedlist is 3 d.The contents of array is[a, b, 10]size of an linkedlist is 2
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
int [] arr = {1,2,3,4,5}; for(int arr1= 0; arr1<arr.length; arr1++){ System.out.print(arr[arr1]); } System.out.println(); System.out.print("index 1 is : "+ arr[1]); What is output of array-1D in java? a.12345 index 1 is : 1 b. 012345 index 1 is : 2 c.12345 index 1 is : 2 d.12345 index 1 is : 0
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
Queue<Integer> qu = new LinkedList<>(); qu.add(1); qu.add(2); qu.add(3); System.out.println("The first element is: "+qu.peek()); What is output of code? a.The first element is: 2 b.The first element is: 1 c.The first element is: 0 d.The first element is: 3
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
int [][] arr ={{1,2,3},{4,5,6}}; for(int arr1= 0; arr1<arr.length; arr1++){ for(int arr2=0; arr2<arr[arr1].length; arr2++){ System.out.print(arr[arr1][arr2]); }} System.out.println(); System.out.print(arr[1][0]); What is output of array-2D in java? a.123456 4 b.0123456 6 c.123456 6 d.123456 5
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
Queue<Integer> qu = new LinkedList<>(); System.out.println("Adding elements to the Queue"); qu.add(1); qu.add(2); qu.add(3); System.out.println("The Queue size is : "+qu.size()); What is output of code? a.Adding elements to the Queue The Queue size is: 3 b.Adding elements to the Queue The Queue size is: 2 c.Adding elements to the Queue The Queue size is: [1,2,3] d.Adding elements to the Queue The Queue size is: 0
سُئل
أبريل 22
بواسطة
مجهول
0
تصويتات
1
إجابة
Vector vector= new Vector(); vector.addElement("Banana"); vector.addElement("Cherry"); vector.addElement(3); vector.addElement(8); System.out.println("Vector elements: " + vector); System.out.println("Size of the Vector: " + vector.size()); What is output of vector in java? a.Vector elements: [Banana, Cherry, 3, 8]Size of the Vector: 3 b.Vector elements: [3, 8, Banana, Cherry,]Size of the Vector: 3 c.Vector elements: [Banana, Cherry, 3, 8]Size of the Vector: 4 d.Vector elements: [Banana, Cherry]Size of the Vector: 4
سُئل
أبريل 22
بواسطة
مجهول
صفحة:
« السابق
1
...
8
9
10
11
12
13
14
...
1000
...
التالي »
مرحبًا بك إلى يزيد، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.
...