Page 27 of 34 FirstFirst ... 1724252627282930 ... LastLast
Results 261 to 270 of 335
  1. #261

    Default Re: Java Programming


    Quote Originally Posted by cen
    @eax: Yeah. They are the GOF (Gang of Four) but the book is not available in Cebu.
    Sakto. Wala nay biligya diri.

  2. #262

    Default Re: Java Programming

    Quote Originally Posted by yorts
    I have downloaded and installed NetBeans IDE 4.1. Is this the right software for Java Programming?
    Hmmmm!... Ok raman na xa ang netbeans. Pero if magsawa gane ka, try bluej...

  3. #263

    Default Re: Java Programming

    simplified version ra man yata na ang bluej sa netbeans.. or subset nga version.. wala pa ko nakatry ana.. but i think netbeans is better..

  4. #264

    Default Re: Java Programming

    Quote Originally Posted by zengatsu
    simplified version ra man yata na ang bluej sa netbeans.. or subset nga version.. wala pa ko nakatry ana.. but i think netbeans is better..
    Actually, ang BlueJ is for educational purposes ra man. Dili man na siya pag-development. It is more on Object Modelling.

    According to their site "BlueJ is an integrated Java environment specifically designed for introductory teaching."

  5. #265

    Default Re: Java Programming

    Quote Originally Posted by zengatsu
    try to immitate the windows built - in calculator if makaya bro.. :mrgreen:
    and maybe an option to switch between the scientific one and the basic one..
    waaaaah kaninumdum noon ko sa ako project before. Nakahimo ko ug scientific calculator when i was 2nd year college. Textpad pa gyud tawn to ako gigamit.

    Sakto si zengatsu. If you want to learn ayaw mo gamit anang mga "what you see is what you get" style nga editors.

    Try using eclipse its free and its easy to use.

  6. #266

    Default Re: Java Programming

    i'm having trouble understanding using reference variables in methods... in C/C++, i just use the */& symbols for referencing.. but in Java, that isn't it.
    Anyone willing to explain to me how to use reference variables?

  7. #267

    Default Re: Java Programming

    Quote Originally Posted by ares623
    i'm having trouble understanding using reference variables in methods... in C/C++, i just use the */& symbols for referencing.. but in Java, that isn't it.
    Anyone willing to explain to me how to use reference variables?
    I think dugay naman ka naka-gamit reference sa java.
    Ex.

    Code:
    Person p;
    p is a actually an object reference. At this point is points to nothing.

    If you invoke this...
    Code:
    Person p=new Person(); // same as malloc in C
    p is now pointing on object Person in memory. Take note! the real object is on the memory.


  8. #268
    Because we are poor, shall we be vicious? vern's Avatar
    Join Date
    Feb 2003
    Gender
    Male
    Posts
    5,790

    Default Re: Java Programming

    I'm unsticking this. It doesn't seem important enough to clutter up the stickied posts. PM me with objections and insults if you disagree.

  9. #269

    Default Re: Java Programming

    Quote Originally Posted by cen

    I think dugay naman ka naka-gamit reference sa java.
    Ex.

    Code:
    Person p;
    p is a actually an object reference. At this point is points to nothing.

    If you invoke this...
    Code:
    Person p=new Person(); // same as malloc in C
    p is now pointing on object Person in memory. Take note! the real object is on the memory.

    so, when i pass p to a method, and in the method change it's value without returning anything, p would change?

  10. #270

    Default Re: Java Programming

    Quote Originally Posted by ares623
    so, when i pass p to a method, and in the method change it's value without returning anything, p would change?
    yup p would change because p is a reference object. Try to experiment it...

    5 minutes of programming is better than 5 hour of reading tutorials (click link). How much more if you combine both. Programming after reading the tutorials. Thats how our brain works in programming...

  11.    Advertisement

Page 27 of 34 FirstFirst ... 1724252627282930 ... LastLast

Similar Threads

 
  1. JAVA PROGRAMMING *****
    By bardnekom in forum Programming
    Replies: 20
    Last Post: 04-18-2013, 12:51 PM
  2. MOVED: JAVA PROGRAMMING *****
    By vern in forum Software & Games (Old)
    Replies: 0
    Last Post: 03-23-2008, 02:43 AM
  3. Java programming help pls...
    By mr_gwen in forum Programming
    Replies: 6
    Last Post: 11-03-2006, 12:30 AM
  4. nid help..java programming
    By ronninalpha in forum Programming
    Replies: 3
    Last Post: 09-13-2006, 07:55 PM
  5. MOVED: Java Programming
    By BadDudes in forum Software & Games (Old)
    Replies: 0
    Last Post: 04-28-2006, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top