Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
~14.8K People Reached
Favorite Forums
Favorite Tags
java x 38
c++ x 3

31 Posted Topics

Member Avatar for Black Magic
Member Avatar for Banderson

..its good to see how really sorting goes on!.. if we use java.util.Arrays.sort(array); it makes us faster and easier!.,.. yah its much easier but this one is good to letting know your self on how sorting goes on!! this help most students like me!!!.. well, its up to you on …

Member Avatar for JamesCherrill
0
323
Member Avatar for jk_bscomp
Member Avatar for nickguletskii
0
166
Member Avatar for mmiikkee12

.,.tnx for mking mhe laugh!! hahahaha... I remember this when I first encounter the world of programming!!Well, for the first time I really got difficulties on how to do this?? furthermore, its the first program I ever run before.. I'm so glad after running it.., yah you're right! all starts …

Member Avatar for javaAddict
1
156
Member Avatar for alpe gulay
0
293
Member Avatar for alpe gulay

..'this is a simple program in w/c enables to create a txt file. it ask input from user first then put that in the txt file. :-)

-2
265
Member Avatar for alpe gulay

..this is a simple java code w/c allows to produce a beep sound. timer also is being applied here. hope it will help for any reason it may serve. :-)

Member Avatar for toyi
0
1K
Member Avatar for alpe gulay

.,'this program will simply creates a diamond using asterisk.,' just try out this code i am sure you will be interested.!.. email me about your comment in this simple program!..help me if you know the easiest way to construct this kind of program..'

0
184
Member Avatar for Banderson
Member Avatar for alpe gulay
0
169
Member Avatar for alpe gulay

..I have a simple c# application... on the form, it contain windows media player in w/c will be able to play music nd video files. I have problem on it, while running the application in the other pc. I really wonder why it doesn't work in the other pc yet …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for alpe gulay

..I just want to have some answers about it.. -is posible that we can put a windows media player in our java program?? if yes, can anyone give some info on how could I do it.. or even the bets site tutorial on how to do it... -tnx

Member Avatar for jwenting
0
67
Member Avatar for s080072

[QUOTE=s080072;610316]write a gui program to compute the amount of a certificate of deposit on maturity.the sample data follows: Amount deposited 8000.00 Years 15 Interest Rate 7.75 [B]Hint: compute 8000.00(1+7.75/100)to the power of 15[/B][/QUOTE] --whats this one??? this site is not for this kind of activity! you said you need a …

Member Avatar for alpe gulay
0
87
Member Avatar for alpe gulay

..is anyone knows how to get the cpu usage using c-sharp??? I got difficulties to find the tutorials of it..! can you help me whats the code of it!!!! tnx...

Member Avatar for dheeraj.singh25
0
112
Member Avatar for alpe gulay

..I made a simple project in java using JCreator.., this is my first time to make a project file,. I made a class named put_data in w/c will put some data in my database then, I made also another class get_data in w/c will get the data from my database!.. …

Member Avatar for alpe gulay
0
74
Member Avatar for alannabrittany

...no effort=no answers! try to solve it by your own!.. if you see some errors then post it.. maybe we can fixed it out!:)

Member Avatar for javaAddict
0
124
Member Avatar for s080072

..'in my own way I prefer to put a condition like this: int input=5; if(input%2!=0) System.out.print(input+" is prime number!"); else System.out.print(input+" is not prime number!");

Member Avatar for javaAddict
0
93
Member Avatar for alpe gulay

.,'I created a program to put some data in a certain datagrid.. I succesfully made it... but, the point that makes me confuse now is how to get that data in which i will be going to put in my database.,' I get some difficulties on how to do this... …

Member Avatar for Jx_Man
0
81
Member Avatar for alpe gulay

I made a simple program in which will connect to ms sql... then, after running the codes something is error! can you help me to solve this out... here is my code: import java.sql.*; public class connect_sql { public static void main(String args[]) { Connection con = null; try { …

Member Avatar for alpe gulay
0
143
Member Avatar for ebebcb

maybe you can try this one... take a look with this example., int input=5; if(input%2!=0) { System.out.print(input+" is prime number!"); //put the data this in your txt file... } else { System.out.print(input+ " is not prime number!"); } that condition above will tell if the number is prime or not.. …

Member Avatar for javaAddict
0
74
Member Avatar for eec322

.,'you dnt need to put a loop inside the while loop you can made this one in this way... try it! import java.util.Scanner; //Needed for Scanner class import java.io.*; //Needed for file and IOException public class orderOfFileLines { public static void main (String[ ] args) throws IOException { //int number; …

Member Avatar for alpe gulay
0
174
Member Avatar for alpe gulay

.,what is the best tutorial to know on how to insert an audio in my java program... -any advice is highly appreciated... alpe:)

Member Avatar for mukulbhave
0
87
Member Avatar for abdulraqeeb33
Member Avatar for s080072

if you illustrate me the problem clearly maybe i can help...I didn't get the problem...

Member Avatar for jasimp
0
154
Member Avatar for alpe gulay

I already got this one... System.out.println("Hi!"); Thread.sleep(3000); System.out.println("How are you there!"); thnx for it!,... Although, I tried it using dialogbox., JOptionPane.showMessageDialog(null,"Hi!"); Thread.sleep(3000); JOptionPane.showMessageDialog(null,"How are you there!"); .,my question is... why Thread.sleep(3000); doesn't work during the proccess., is Thread.sleep(3000); limited only??? if not,how can I apply this one while using dialogbox.... …

Member Avatar for javaAddict
0
88
Member Avatar for alpe gulay

can anyone help me with this one... System.out.println("Hi!"); System.out.println("How are you there!"); -can i display this one controlling the time! what i mean is.. display first the "Hi!" and then after 3 seconds it will display "How are you there!" Help me pls.. ANY HELP IS HIGHLY APPRECIATED -alpe

Member Avatar for alpe gulay
0
136
Member Avatar for alpe gulay

.,'is anyone knows how to open a new frame in java?help me pls. :'( ...i got difficulties with this one!!

Member Avatar for TheWhite
0
96
Member Avatar for katerinaaa

//after declaring your filereader just put up this condition BufferedReader reader = new BufferedReader(new FileReader("--your file here--")); String line=""; String out=""; while((line=reader.readLine())!=null) { if (line.length()>0) out+=line+"\n"; }

Member Avatar for alpe gulay
0
5K
Member Avatar for alpe gulay

.,'is any knows the code to delete a directory in java... help me pls... YOUR ANSWER IS HIGHLY APPRECIATED!..

Member Avatar for alpe gulay
0
150
Member Avatar for alpe gulay

.,'is there any software in w/c we can simply creates a frame in java by just click and drop only???I still didn't know it????help me to know this pls....:)

Member Avatar for javaAddict
0
100
Member Avatar for puk

you must desclare this one first bro! String q=""; q = answerField.getText(); int n1 = Integer.parseInt(q); //email me whats the result ok! [email]jalpex91@gmail.com[/email]

Member Avatar for javaAddict
0
186
Member Avatar for jk_bscomp

//well im still a java beginners in java bro!just study out of this code maybe you will have the //idea on how to do...I've tried this code to get data in a cetain database..! import java.sql.*; public class alpe_connect_database { public static void main(String[] args) { try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); Connection …

Member Avatar for jk_bscomp
0
149

The End.