Search:

Type: Posts; User: mos33

Search: Search took 0.16 seconds.

  1. Thread: create a file

    by mos33
    Replies
    4
    Views
    2,264

    Re: create a file

    thanks copeg and also Truffy
    but i need to make the created file is independent from my PC,the JAR file still not working on other PCs
  2. Thread: create a file

    by mos33
    Replies
    4
    Views
    2,264

    create a file

    i'm a beginner in java
    after studying in GUI concepts i wants to create a files to my codes to be executable by other users
    actuallly what's the topics must be learned to accomplish this??
  3. Thread: eclipse help

    by mos33
    Replies
    3
    Views
    2,514

    Re: eclipse help

    but if we assume the rest of the code as following:


    public class Main {

    public static void main(String args[]){

    Course x=new Course();

    Activity y=new Activity();
  4. Thread: eclipse help

    by mos33
    Replies
    3
    Views
    2,514

    Re: eclipse help

    thanks alot
  5. Thread: eclipse help

    by mos33
    Replies
    3
    Views
    2,514

    eclipse help

    after executing this code in eclipe:


    public class Main {

    public static void main(String args[]){

    Course x=new Course();

    Activity y=new Activity();
  6. Replies
    2
    Views
    1,571

    Re: new Vs composition

    thanks alot
  7. Replies
    2
    Views
    1,571

    new Vs composition

    i wants to ask about the difference between the use of the "new" kewword:
    EX:

    Student s=new Student();

    and the composition, for example:

    public class Proffessor{
    Student advisee; //an...
Results 1 to 7 of 7