- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
Hi i am using java code to connect to MS access using following url jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:/login.mdb Now if I need to connect to the run this java code from some other machine in network then how will I write the path "DBQ=C:/login.mdb" | |
Re: Well if you want to start earning quickly , I would suggest you to start with PHP, which PHP you will get many jobs in website building and you can also get many freelancing projects easily on PHP | |
Re: You can open .java file in any text editor, you can use notepad in case of windows. What is the error you are getting BTW | |
Re: Check this code [CODE] import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Calendar; public class DateFormatTest { public String getDate() { DateFormat dateFormat = new SimpleDateFormat( "MMMMMMMMM d, yyyy" ); Calendar calendar = Calendar.getInstance(); return dateFormat.format( calendar.getTime() ); } public String getFutureDate() { DateFormat dateFormat = new SimpleDateFormat( "MMMMMMMMM d, yyyy" … | |
Re: See the below code ..it should solve your purpose [CODE]import java.text.DecimalFormat; import java.util.Scanner; public class Asn8 { private static final String[] tensNames = { "", " ten", " twenty", " thirty", " forty", " fifty", " sixty", " seventy", " eighty", " ninety" }; private static final String[] numNames = … | |
Re: Try [CODE] while(ch != '\n'); [/CODE] in the while condition because you do not have any space in your input stream | |
Re: Add thess function in your sort class [CODE] public void quickSort(int array[]) { quickSort(array, 0, array.length - 1); } public void quickSort(int array[], int start, int end) { int i = start; int k = end; if (end - start >= 1) { int pivot = array[start]; while (k > … | |
Re: Check this link it will help [URL="http://www.roseindia.net/java/string-examples/string-sort.shtml"]http://www.roseindia.net/java/string-examples/string-sort.shtml[/URL] | |
Re: Check this link [URL="http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274"]http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274[/URL] | |
Hi, Is there any nice java API available for converting pdf to text file. | |
hi all i want to get a calendar in following format.. [Button to change month]{Month}{year}[Button to change year] -- [List of dates horizontally] How it can be done using either Javascript,HTML or Ajax |
The End.