puwede kaayo. <jsp:include />Originally Posted by Chaoz
mao ni ang ginagamit sa mga dagkong kompanya......Originally Posted by Madeus
but as a newbie ok nana ang bluej or netbeans.......
if your a newbie, please dont use tools but learn coding from scratch.. thats what i did...
use texpad, notepad, wordpad or other text editing tools... then compile using DOS, i think other programmers would agree that its better to learn from scartch than letting the software do them for you without you understanding them
wat do u mean compile using dos? newbee here
compile meaning convert the code you wrote into intermediate code( ex. java) or directly into machine code ( ex. C ) java compiles your code into Bytecodes, not machine codes then let the java interpreter executes the bytecodes, this what made java crossplatform ;p
you can compile using DOS mode with java...
c:\javac MyProgram.java <- compile using Dos mode
c:\java MyProgram <- execute the program in dos mode
ah ok... so netbeans 5 for noobies ok ra?
netbeans is ok... but i suggest you use textpad pure text cya, ok ang highlighting nya sa reserved words and you can set the java compiler sa shortcuts nya...
wat do u mean set the java compiler sa shortcuts?
ctrl+1 <- compile code
ctrl+2 <- execute code
something like that
ok thanks
Similar Threads |
|