semak 0 Report post Posted September 30, 2010 public class Hello { public static void main(String[]args) { System.out.println("hELLO SYG"); } } Aku ni baru je balajar.ni sikit asas aku dapat sapa leh tambah sikit dengan penerangan kegunaan setiap code ni? Quote Share this post Link to post Share on other sites
mk_gunnerz 0 Report post Posted October 11, 2010 boleh x nak tanye ko,ko guna eclipse ke? Quote Share this post Link to post Share on other sites
masokis 8 Report post Posted October 14, 2010 (edited) [quote name='semak' date='30 September 2010 - 08:49 AM' timestamp='1285807791' post='1049053'] public class Hello { public static void main(String[]args) { System.out.println("hELLO SYG"); } } Aku ni baru je balajar.ni sikit asas aku dapat sapa leh tambah sikit dengan penerangan kegunaan setiap code ni? [/quote] public class Hello <------ public tu modifier / hello ialah nama class { public static void main(String[]args) <---main method { System.out.println("hELLO SYG"); <---System.out.print ialah utk mengeluarkan output.. cth mcm anda buat..nanti kuar "hELLO SYG" } } Edited October 14, 2010 by masokis Quote Share this post Link to post Share on other sites
fiqz4ce 0 Report post Posted December 16, 2010 slm.. dulu aku ade blajar java.. aku ada slide2 dia.. kau nak tak? klau nak bgtau aku Quote Share this post Link to post Share on other sites
biskut merry 1 Report post Posted December 18, 2010 [quote name='fiqz4ce' timestamp='1292504945' post='1056728'] slm.. dulu aku ade blajar java.. aku ada slide2 dia.. kau nak tak? klau nak bgtau aku [/quote] salam aku nk blaja java jgk..ble x share slide tu ngan aku? ;p tp sblom tu klu ble nk tau pe beza J2ME, J2SE, J2EE ? as a beginner, mane yg aku ptt start dlu? thanks Quote Share this post Link to post Share on other sites
odin88 0 Report post Posted January 4, 2011 [quote name='biskut merry' timestamp='1292683206' post='1056881'] salam aku nk blaja java jgk..ble x share slide tu ngan aku? ;p tp sblom tu klu ble nk tau pe beza J2ME, J2SE, J2EE ? as a beginner, mane yg aku ptt start dlu? thanks [/quote] j2me untuk mobile j2se untuk desktop j2ee untuk web application macam jsp , jsf .. jsf pulak ada banyak framework .. icefaces , richfaces , woodstock , primefaces Quote Share this post Link to post Share on other sites
semak 0 Report post Posted January 31, 2011 boleh juga email aku kat [email protected] Quote Share this post Link to post Share on other sites
firshee 0 Report post Posted March 28, 2011 ade ape thu x nk wt yg ni.. 3. You are required to develop a login application which will ask the user for an ID and password. All user ID and passwords will be initialized at the beginning of the program in an array. The accepted user IDs and passwords as follow: User ID Password Arel B126 Safuan A650 Nik A343 Vicky C311 You are required to use the following declaration to store both userID and password in memory location. Then initialize each row of the 2D array with the value above. String userPassword[][]=new String[4][2]; User will be prompt to enter the user ID and password; the application will search through an array of IDs and passwords for verification. The application will display an appropriate message either “Password Granted” or “Access Denied”. Quote Share this post Link to post Share on other sites
akuccputsedut 147 Report post Posted March 29, 2011 [quote name='firshee' timestamp='1301335202' post='1065861'] ade ape thu x nk wt yg ni.. 3. You are required to develop a login application which will ask the user for an ID and password. All user ID and passwords will be initialized at the beginning of the program in an array. The accepted user IDs and passwords as follow: User ID Password Arel B126 Safuan A650 Nik A343 Vicky C311 You are required to use the following declaration to store both userID and password in memory location. Then initialize each row of the 2D array with the value above. String userPassword[][]=new String[4][2]; User will be prompt to enter the user ID and password; the application will search through an array of IDs and passwords for verification. The application will display an appropriate message either “Password Granted” or “Access Denied”. [/quote] kakak nih soalan assignment ke..??? sila cuba buat dulu.. ada problem leh tanya sini.. Quote Share this post Link to post Share on other sites
malikperangcic 3 Report post Posted December 22, 2012 slm.. dulu aku ade blajar java.. aku ada slide2 dia.. kau nak tak? klau nak bgtau aku salam . ade lagi ke slide tu? boleh emailkan ke [email protected] Quote Share this post Link to post Share on other sites