- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
31 Posted Topics
Re: is it java?why you post this one here??? | |
Re: ..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 … | |
Re: bro! just try to download the exe4j_windows_4_1.exe software.... ok! | |
Re: .,.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 … | |
.,'this is a simple java codes in w/c will enable to read a txt files. | |
..'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. :-) | |
..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. :-) | |
.,'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..' | |
Re: ..thanks for this one! it help me during our project before!!! | |
..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 … | |
..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 | |
Re: [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 … | |
..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... | |
..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!.. … | |
Re: ...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!:) | |
Re: ..'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!"); | |
.,'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... … | |
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 { … | |
Re: 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.. … | |
Re: .,'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; … | |
.,what is the best tutorial to know on how to insert an audio in my java program... -any advice is highly appreciated... alpe:) | |
Re: if you illustrate me the problem clearly maybe i can help...I didn't get the problem... | |
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.... … | |
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 | |
.,'is anyone knows how to open a new frame in java?help me pls. :'( ...i got difficulties with this one!! | |
Re: //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"; } | |
.,'is any knows the code to delete a directory in java... help me pls... YOUR ANSWER IS HIGHLY APPRECIATED!.. | |
.,'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....:) | |
Re: 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] | |
Re: //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 … |
The End.