صفحة 1 من 2 12 الأخيرةالأخيرة
النتائج 1 إلى 10 من 13
الموضوع:

جافا

الزوار من محركات البحث: 59 المشاهدات : 1366 الردود: 12
جميع روابطنا، مشاركاتنا، صورنا متاحة للزوار دون الحاجة إلى التسجيل ، الابلاغ عن انتهاك - Report a violation
  1. #1
    من أهل الدار
    قَـمِےر ٱلعَراق
    تاريخ التسجيل: August-2014
    الدولة: °•°في قلب اغلى الكون°•°
    الجنس: أنثى
    المشاركات: 29,791 المواضيع: 370
    التقييم: 16984
    مزاجي: من يقترب عليه تحمل جنون دلعي
    المهنة: مبرمجه
    أكلتي المفضلة: سوشي و فنكر
    موبايلي: honor
    مقالات المدونة: 19

    جافا



    جافا تعليمي

    جافا هي لغة برمجة عالية المستوى وضعت أصلا من قبل شركة صن مايكروسيستمز وأطلقت في عام 1995. يعمل جافا على مجموعة متنوعة من المنصات، مثل ويندوز، ماك أوس، والإصدارات المختلفة من أونيكس. هذا البرنامج التعليمي يعطي فهم كامل من جافا.
    هذه الإشارة سوف يأخذك من خلال نهج بسيطة وعملية أثناء تعلم لغة البرمجة جافا.
    جمهور
    وقد تم إعداد هذا البرنامج التعليمي للمبتدئين لمساعدتهم على فهم الأساسية للمفاهيم المتقدمة المتعلقة بلغة جافا البرمجة.
    المتطلبات الأساسية
    قبل البدء في ممارسة أنواع مختلفة من الأمثلة الواردة في هذه الإشارة، نفترض أن كنت على علم بالفعل عن برامج الكمبيوتر ولغات برمجة الكمبيوتر.
    جافا غير متصل موبايل التطبيق

    تنفيذ جافا أونلين
    بالنسبة لمعظم الأمثلة الواردة في هذا البرنامج التعليمي، وسوف تجد خيار 'جربه'، والتي يمكنك استخدامها لتنفيذ برامج جافا في مكان والاستمتاع بالتعلم الخاص بك.
    جرب المثال التالي باستخدام الخيار 'تري إيت' الموجود في الزاوية العلوية اليمنى من مربع نموذج التعليمات البرمجية التالي -

    public class MyFirstJavaProgram { public static void main(String []args) { System.out.println("Hello World"); } }


    ....
    $javac MyFirstJavaProgram.java 2>&1

    Executing the program....
    $java -Xmx128M -Xms16M MyFirstJavaProgram
    Hello World

  2. #2
    من أهل الدار
    قَـمِےر ٱلعَراق
    جافا - نظرة عامة

    لغة البرمجة جافا تم تطويرها أصلا من قبل صن مايكروسيستمز التي بدأها جيمس غوسلينغ وأطلق سراحه في عام 1995 كمكون أساسي من منصة سون مايكروسيستمز 'جافا (جافا 1.0 [J2SE]).
    الإصدار الأخير من جافا الإصدار القياسي هو جافا سي 8. مع تقدم جافا وشعبيتها على نطاق واسع، تم بناء تكوينات متعددة لتناسب أنواع مختلفة من المنصات. على سبيل المثال: J2EE لتطبيقات المؤسسة، J2ME لتطبيقات الهاتف المحمول.
    تم تغيير اسم إصدارات J2 الجديدة ك جافا سي و جافا إي و جافا مي على التوالي. ويضمن جافا أن يكتب مرة واحدة، تشغيل في أي مكان.
    جافا هو -
    • كائن المنحى - في جافا، كل شيء كائن. جافا يمكن تمديدها بسهولة لأنها تقوم على نموذج الكائن.
    • منصة مستقلة - على عكس العديد من لغات البرمجة الأخرى بما في ذلك C و C ++، عندما يتم تجميع جافا، فإنه لا يتم تجميعها في آلة محددة منصة، بدلا من منصة بايت رمز مستقل. يتم توزيع هذا البايت شفرة على شبكة الإنترنت وتفسيرها من قبل الجهاز الظاهري (جفم) على أي منصة يتم تشغيله على.
    • بسيطة - تم تصميم جافا لتكون سهلة التعلم.إذا كنت تفهم المفهوم الأساسي من أوب جافا، سيكون من السهل السيطرة.
    • تأمين - مع ميزة آمنة جافا أنها تمكن من تطوير خالية من الفيروسات، أنظمة خالية من العبث. وتستند تقنيات المصادقة على تشفير المفتاح العمومي.
    • العمارة محايد - مترجم جافا يولد تنسيق ملف كائن محايد العمارة، الأمر الذي يجعل التعليمات البرمجية المترجمة القابلة للتنفيذ على العديد من المعالجات، مع وجود نظام وقت التشغيل جافا.
    • المحمولة - كونها محايدة العمارة وعدم وجود جوانب تعتمد التنفيذ للمواصفات يجعل جافا المحمولة. يتم كتابة مترجم في جافا في أنسي C مع حدود قابلية نظيفة، وهي مجموعة فرعية بوسيكس.
    • قوية - جافا تبذل جهدا للقضاء على الحالات المعرضة للخطأ من خلال التركيز بشكل رئيسي على تجميع خطأ وقت التحقق و فحص وقت التشغيل.
    • متعددة - مع ميزة جافا متعددة مؤشرات من الممكن لكتابة البرامج التي يمكن أن تؤدي العديد من المهام في وقت واحد. تسمح هذه الميزة التصميم للمطورين لبناء التطبيقات التفاعلية التي يمكن أن تعمل بسلاسة.
    • تفسير - يترجم كود بايت جافا على الطاير إلى تعليمات الجهاز الأم ولا يتم تخزينها في أي مكان. عملية التنمية أكثر سرعة وتحليلية منذ الربط هو عملية تدريجية وخفيفة الوزن.
    • عالية الأداء - مع استخدام فقط في الوقت المترجمين، جافا تمكن الأداء العالي.
    • الموزعة - تم تصميم جافا للبيئة الموزعة للإنترنت.
    • ديناميكية - تعتبر جافا أن تكون أكثر ديناميكية من C أو C ++ لأنه تم تصميمه للتكيف مع بيئة متطورة. يمكن لبرامج جافا تحمل كمية كبيرة من معلومات وقت التشغيل التي يمكن استخدامها للتحقق من الوصول إلى الكائنات على وقت التشغيل وحلها.

    تاريخ جافا
    بدأ جيمس جوسلينج مشروع لغة جافا في يونيو 1991 لاستخدامه في واحدة من العديد من مشاريعه فك التشفير. اللغة، في البداية تسمى "البلوط" بعد شجرة البلوط التي وقفت خارج مكتب غوسلينغ، وذهب أيضا باسم 'الأخضر' وانتهى في وقت لاحق التي سميت باسم جافا، من قائمة من الكلمات العشوائية.
    أصدرت صن أول تنفيذ العامة كما جافا 1.0 في عام 1995. وعدت كتابة مرة واحدة، تشغيل في أي مكان(ورا)، وتوفير أي تكلفة تشغيل مرات على منصات شعبية.
    في 13 نوفمبر 2006، أصدرت سون الكثير من جافا كبرنامج مجاني ومفتوح المصدر بموجب شروط رخصة جنو العمومية العامة (غل).
    في 8 مايو 2007، انتهى صن العملية، مما يجعل كل من شفرة جافا الأساسية الحرة والمفتوحة المصدر، جانبا من جزء صغير من التعليمات البرمجية التي الشمس لم تحتفظ حقوق التأليف والنشر.
    أدوات ستحتاج
    لأداء الأمثلة التي نوقشت في هذا البرنامج التعليمي، سوف تحتاج إلى جهاز كمبيوتر بنتيوم 200 ميغاهرتز مع الحد الأدنى من 64 ميغابايت من ذاكرة الوصول العشوائي (128 ميغابايت من ذاكرة الوصول العشوائي الموصى بها).
    سوف تحتاج أيضا إلى البرامج التالية -
    • لينكس 7.1 أو ويندوز زب / 7/8 نظام التشغيل
    • جافا جدك 8
    • ميكروسوفت نوتيباد أو أي محرر نص آخر

    هذا البرنامج التعليمي سوف توفر المهارات اللازمة لإنشاء واجهة المستخدم الرسومية، والشبكات، وتطبيقات الويب باستخدام جافا.
    جرب الخيار
    We have provided you with an option to compile and execute available code online. Just click the Try it button avaiable at the top-right corner of the code window to compile and execute the available code. There are certain examples which cannot be executed online, so we have skipped those examples.
    public class MyFirstJavaProgram { public static void main(String []args) { System.out.println("Hello World"); } }
    There may be a case that you do not see the result of the compiled/executed code. In such case, you can re-try to compile and execute the code using execute button available in the compilation pop-up window.
    What is Next?
    The next chapter will guide you to how you can obtain Java and its documentation. Finally, it instructs you on how to install Java and prepare an environment to develop Java applications.
    Advertisements

  3. #3
    من أهل الدار
    قَـمِےر ٱلعَراق
    Java - Environment Set
    this chapter, we will discuss on the different aspects of setting up a congenial environment for Java.
    Try it Option Online
    We have set up the Java Programming environment online, so that you can compile and execute all the available examples online. It gives you confidence in what you are reading and enables you to verify the programs with different options. Feel free to modify any example and execute it online.
    Try the following example using our online compiler available at CodingGround
    public class MyFirstJavaProgram { public static void main(String []args) { System.out.println("Hello World"); } }
    For most of the examples given in this tutorial, you will find a Try it option in our website code sections at the top right corner that will take you to the online compiler. So just make use of it and enjoy your learning.
    Local Environment Setup
    If you are still willing to set up your environment for Java programming language, then this section guides you on how to download and set up Java on your machine. Following are the steps to set up the environment.
    Java SE is freely available from the link Download Java. You can download a version based on your operating system.
    Follow the instructions to download Java and run the .exe to install Java on your machine. Once you installed Java on your machine, you will need to set environment variables to point to correct installation directories −
    Setting Up the Path for Windows
    Assuming you have installed Java in c:\Program Files\java\jdk directory −
    • Right-click on 'My Computer' and select 'Properties'.
    • Click the 'Environment variables' button under the 'Advanced' tab.
    • Now, alter the 'Path' variable so that it also contains the path to the Java executable. Example, if the path is currently set to 'C:\WINDOWS\SYSTEM32', then change your path to read 'C:\WINDOWS\SYSTEM32;c:\Program Files\java\jdk\bin'.

    Setting Up the Path for Linux, UNIX, Solaris, FreeBSD
    Environment variable PATH should be set to point to where the Java binaries have been installed. Refer to your shell documentation, if you have trouble doing this.
    Example, if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export PATH = /path/to/java:$PATH'
    Popular Java Editors
    To write your Java programs, you will need a text editor. There are even more sophisticated IDEs available in the market. But for now, you can consider one of the following −
    • Notepad − On Windows machine, you can use any simple text editor like Notepad (Recommended for this tutorial), TextPad.
    • Netbeans − A Java IDE that is open-source and free which can be downloaded from https://www.netbeans.org/index.html.
    • Eclipse − A Java IDE developed by the eclipse open-source community and can be downloaded from https://www.eclipse.org/.

    What is Next?
    Next chapter will teach you how to write and run your first Java program and some of the important basic syntaxes in Java needed for developing applications.
    Advertisements

  4. #4
    من أهل الدار
    تاريخ التسجيل: March-2017
    الجنس: أنثى
    المشاركات: 2,853 المواضيع: 456
    صوتيات: 5 سوالف عراقية: 0
    التقييم: 1360
    آخر نشاط: 22/February/2018
    عمي شنو هالنشاط خلصتيني من الجافا وبدربج حبي نونه خلصيني من البي دي اف ترا بس اني وياج فديتج

  5. #5
    من أهل الدار
    قَـمِےر ٱلعَراق
    جافا - إعداد البيئة

    في هذا الفصل، سوف نناقش حول الجوانب المختلفة لتهيئة بيئة ملائمة لجاوة.
    انها محاولة الخيار على الانترنت
    لقد أنشأنا بيئة برمجة جافا عبر الإنترنت، بحيث يمكنك تجميع وتنفيذ جميع الأمثلة المتاحة على الإنترنت. فهو يوفر لك الثقة في ما كنت تقرأ وتمكنك من التحقق من البرامج مع خيارات مختلفة. لا تتردد في تعديل أي مثال وتنفيذ ذلك على الانترنت.
    جرب المثال التالي باستخدام برنامج التحويل البرمجي عبر الإنترنت المتوفر في كودينغغروند
    public class MyFirstJavaProgram { public static void main(String []args) { System.out.println("Hello World"); } }
    بالنسبة لمعظم الأمثلة الواردة في هذا البرنامج التعليمي، سوف تجد خيار جربه في أقسام شفرة موقعنا في أعلى الزاوية اليمنى التي سوف يأخذك إلى مترجم على الانترنت. حتى مجرد الاستفادة من ذلك والتمتع التعلم الخاص بك.
    إعداد البيئة المحلية
    إذا كنت لا تزال على استعداد لإعداد البيئة الخاصة بك ل لغة البرمجة جافا، ثم يرشدك هذا القسم على كيفية تحميل وإعداد جافا على جهازك. فيما يلي خطوات إعداد البيئة.
    جافا سي متاح بحرية من الارتباط تحميل جافا .يمكنك تنزيل إصدار يستند إلى نظام التشغيل.
    اتبع الإرشادات لتنزيل جافا وتشغيل .exe لتثبيت جافا على جهازك. بمجرد تثبيت جافا على الجهاز الخاص بك، سوف تحتاج إلى تعيين متغيرات البيئة للإشارة إلى الدلائل التثبيت الصحيح -
    إعداد المسار ل ويندوز
    على افتراض أن قمت بتثبيت جافا في c: \ بروغرام فيليز \ جافا \ جدك الدليل -
    • انقر بزر الماوس الأيمن على "جهاز الكمبيوتر" واختر "خصائص".
    • Click the 'Environment variables' button under the 'Advanced' tab.
    • Now, alter the 'Path' variable so that it also contains the path to the Java executable. Example, if the path is currently set to 'C:\WINDOWS\SYSTEM32', then change your path to read 'C:\WINDOWS\SYSTEM32;c:\Program Files\java\jdk\bin'.

    Setting Up the Path for Linux, UNIX, Solaris, FreeBSD
    Environment variable PATH should be set to point to where the Java binaries have been installed. Refer to your shell documentation, if you have trouble doing this.
    Example, if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export PATH = /path/to/java:$PATH'
    Popular Java Editors
    To write your Java programs, you will need a text editor. There are even more sophisticated IDEs available in the market. But for now, you can consider one of the following −
    • Notepad − On Windows machine, you can use any simple text editor like Notepad (Recommended for this tutorial), TextPad.
    • Netbeans − A Java IDE that is open-source and free which can be downloaded from https://www.netbeans.org/index.html.
    • Eclipse − A Java IDE developed by the eclipse open-source community and can be downloaded from https://www.eclipse.org/.

    What is Next?
    Next chapter will teach you how to write and run your first Java program and some of the important basic syntaxes in Java needed for developing applications.

  6. #6
    من أهل الدار
    قَـمِےر ٱلعَراق
    اقتباس المشاركة الأصلية كتبت بواسطة منازار مشاهدة المشاركة
    عمي شنو هالنشاط خلصتيني من الجافا وبدربج حبي نونه خلصيني من البي دي اف ترا بس اني وياج فديتج
    العاصفه اللي بعد الهدوء هههه
    بعيوني

  7. #7
    من أهل الدار
    قَـمِےر ٱلعَراق
    جافا - بناء الجملة الأساسي

    عندما ننظر في برنامج جافا، يمكن تعريفه على أنه مجموعة من الكائنات التي تتصل عبر استدعاء طرق بعضها البعض. دعونا الآن ننظر بإيجاز في ما يعني الفئة، الكائن، الطرق، ومتغيرات المثال.
    • كائن - الكائنات لديها الدول والسلوكيات. مثال: كلب لديه الدول - اللون، اسم، سلالة وكذلك سلوك مثل الذعر ذيلهم، ينبح، الأكل. الكائن هو مثال للفئة.
    • الفئة - يمكن تعريف الفئة كقالب / مخطط يصف السلوك / الحالة التي يدعمها الكائن من نوعه.
    • الطرق - الطريقة هي في الأساس سلوك. يمكن أن تحتوي فئة على العديد من الأساليب. في الأساليب حيث يتم كتابة المنطق، يتم التلاعب البيانات ويتم تنفيذ كافة الإجراءات.
    • متغيرات المثيل - لكل كائن مجموعة فريدة من المتغيرات المثيل. يتم إنشاء حالة الكائن بواسطة القيم المخصصة لهذه المتغيرات المثيل.

    برنامج جافا الأول
    دعونا نلقي نظرة على رمز بسيط من شأنها أن تطبع الكلمات مرحبا العالم .
    مثال
    public class MyFirstJavaProgram { /* This is my first java program. * This will print 'Hello World' as the output */ public static void main(String []args) { System.out.println("Hello World"); // prints Hello World } }
    دعونا ننظر في كيفية حفظ الملف، وتجميع، وتشغيل البرنامج. يرجى اتباع الخطوات اللاحقة -
    • افتح المفكرة وأضف الرمز كما هو موضح أعلاه.
    • احفظ الملف ك: MyFirstJavaProgram.java.
    • افتح نافذة موجه الأوامر وانتقل إلى الدليل الذي قمت بحفظ الفصل فيه. افترض انها C: \.
    • اكتب 'جافاك MyFirstJavaProgram.java' واضغط على إنتر لتجميع التعليمات البرمجية. إذا لم يكن هناك أخطاء في التعليمات البرمجية الخاصة بك، موجه الأوامر سوف يأخذك إلى السطر التالي (الافتراض: يتم تعيين متغير المسار).
    • Now, type ' java MyFirstJavaProgram ' to run your program.
    • You will be able to see ' Hello World ' printed on the window.

    Output
    C:\> javac MyFirstJavaProgram.java C:\> java MyFirstJavaProgram Hello World
    Basic Syntax
    About Java programs, it is very important to keep in mind the following points.
    • Case Sensitivity − Java is case sensitive, which means identifier Hello and hellowould have different meaning in Java.
    • Class Names − For all class names the first letter should be in Upper Case. If several words are used to form a name of the class, each inner word's first letter should be in Upper Case.
      Example: class MyFirstJavaClass
    • Method Names − All method names should start with a Lower Case letter. If several words are used to form the name of the method, then each inner word's first letter should be in Upper Case.
      Example: public void myMethodName()
    • Program File Name − Name of the program file should exactly match the class name.
      When saving the file, you should save it using the class name (Remember Java is case sensitive) and append '.java' to the end of the name (if the file name and the class name do not match, your program will not compile).
      Example: Assume 'MyFirstJavaProgram' is the class name. Then the file should be saved as 'MyFirstJavaProgram.java'
    • public static void main(String args[]) − Java program processing starts from the main() method which is a mandatory part of every Java program.

    Java Identifiers
    All Java components require names. Names used for classes, variables, and methods are called identifiers.
    In Java, there are several points to remember about identifiers. They are as follows −
    • All identifiers should begin with a letter (A to Z or a to z), currency character ($) or an underscore (_).
    • After the first character, identifiers can have any combination of characters.
    • A key word cannot be used as an identifier.
    • Most importantly, identifiers are case sensitive.
    • Examples of legal identifiers: age, $salary, _value, __1_value.
    • Examples of illegal identifiers: 123abc, -salary.

    Java Modifiers
    Like other languages, it is possible to modify classes, methods, etc., by using modifiers. There are two categories of modifiers −
    • Access Modifiers − default, public , protected, private
    • Non-access Modifiers − final, abstract, strictfp

    We will be looking into more details about modifiers in the next section.
    Java Variables
    Following are the types of variables in Java −
    • Local Variables
    • Class Variables (Static Variables)
    • Instance Variables (Non-static Variables)

    Java Arrays
    Arrays are objects that store multiple variables of the same type. However, an array itself is an object on the heap. We will look into how to declare, construct, and initialize in the upcoming chapters.
    Java Enums
    Enums were introduced in Java 5.0. Enums restrict a variable to have one of only a few predefined values. The values in this enumerated list are called enums.
    With the use of enums it is possible to reduce the number of bugs in your code.
    For example, if we consider an application for a fresh juice shop, it would be possible to restrict the glass size to small, medium, and large. This would make sure that it would not allow anyone to order any size other than small, medium, or large.
    Example
    class FreshJuice { enum FreshJuiceSize{ SMALL, MEDIUM, LARGE } FreshJuiceSize size; } public class FreshJuiceTest { public static void main(String args[]) { FreshJuice juice = new FreshJuice(); juice.size = FreshJuice.FreshJuiceSize.MEDIUM ; System.out.println("Size: " + juice.size); } }
    The above example will produce the following result −
    Output
    Size: MEDIUM
    Note − Enums can be declared as their own or inside a class. Methods, variables, constructors can be defined inside enums as well.
    Java Keywords
    The following list shows the reserved words in Java. These reserved words may not be used as constant or variable or any other identifier names.
    abstract assert boolean break
    byte case catch char
    class const continue default
    do double else enum
    extends final finally float
    for goto if implements
    import instanceof int interface
    long native new package
    private protected public return
    short static strictfp super
    switch synchronized this throw
    throws transient try void
    volatile while
    Comments in Java
    Java supports single-line and multi-line comments very similar to C and C++. All characters available inside any comment are ignored by Java compiler.
    Example
    public class MyFirstJavaProgram { /* This is my first java program. * This will print 'Hello World' as the output * This is an example of multi-line comments. */ public static void main(String []args) { // This is an example of single line comment /* This is also an example of single line comment. */ System.out.println("Hello World"); } }
    Output
    Hello World
    Using Blank Lines
    A line containing only white space, possibly with a comment, is known as a blank line, and Java totally ignores it.
    Inheritance
    In Java, classes can be derived from classes. Basically, if you need to create a new class and here is already a class that has some of the code you require, then it is possible to derive your new class from the already existing code.
    This concept allows you to reuse the fields and methods of the existing class without having to rewrite the code in a new class. In this scenario, the existing class is called the superclass and the derived class is called the subclass.
    Interfaces
    In Java language, an interface can be defined as a contract between objects on how to communicate with each other. Interfaces play a vital role when it comes to the concept of inheritance.
    وتعرف السطح البيني الأساليب التي ينبغي أن تستعملها الطبقة المشتقة (الفئة الفرعية). ولكن تنفيذ الأساليب هو تماما تصل إلى الفئة الفرعية.
    ما التالي؟
    يشرح القسم التالي حول الكائنات والطبقات في برمجة جافا. في نهاية الدورة، سوف تكون قادرة على الحصول على صورة واضحة عن ما هي الأشياء وما هي الطبقات في جافا.

  8. #8
    المشرفين القدامى
    هيلايه
    تاريخ التسجيل: August-2017
    الدولة: Self-accounting
    الجنس: أنثى
    المشاركات: 7,439 المواضيع: 552
    صوتيات: 152 سوالف عراقية: 1
    التقييم: 8683
    مزاجي: مهيل
    أكلتي المفضلة: الهيل
    موبايلي: هيل اخضر
    آخر نشاط: منذ أسبوع واحد
    مجهود رائع غاليتي

  9. #9
    (( ان الله بالغ امره ))
    ن والقلم ومايسطرون
    تاريخ التسجيل: December-2016
    الدولة: البصرة
    الجنس: ذكر
    المشاركات: 5,569 المواضيع: 126
    صوتيات: 1 سوالف عراقية: 0
    التقييم: 7000
    مزاجي: الحمد لله كما هو اهله
    أكلتي المفضلة: الكباب
    آخر نشاط: منذ دقيقة واحدة
    شكرا عالموضوع
    ولو اني دخت الا شويه
    تحياتي

  10. #10
    من أهل الدار
    NoOn
    تاريخ التسجيل: May-2015
    الدولة: لامكان!!
    الجنس: أنثى
    المشاركات: 18,527 المواضيع: 716
    التقييم: 16211
    مزاجي: متقلب ...
    المهنة: طالبة جامعيه ^_^
    أكلتي المفضلة: جبس ليز ولبن ^^
    موبايلي: iPhone
    مقالات المدونة: 3
    هاي شنو ...مجهود قيم ننو

صفحة 1 من 2 12 الأخيرةالأخيرة
تم تطوير موقع درر العراق بواسطة Samer

قوانين المنتديات العامة

Google+

متصفح Chrome هو الأفضل لتصفح الانترنت في الجوال