Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
80% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #4K
~4K People Reached

13 Posted Topics

Member Avatar for abhishek20

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"

Member Avatar for Pradeeps206
0
344
Member Avatar for jassaal123
Member Avatar for zeeshanvirgo

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

Member Avatar for Steven_B
0
167
Member Avatar for shapam

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

Member Avatar for stultuske
0
96
Member Avatar for SMITA6076

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" …

Member Avatar for SMITA6076
0
922
Member Avatar for Aepexx

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 = …

Member Avatar for FRGT/10
0
230
Member Avatar for pooran.c

Try [CODE] while(ch != '\n'); [/CODE] in the while condition because you do not have any space in your input stream

Member Avatar for abhishek20
0
191
Member Avatar for Thendi

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 > …

Member Avatar for Thendi
0
653
Member Avatar for Sadun89
Member Avatar for jitsux

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]

Member Avatar for abhishek20
0
167
Member Avatar for lee94

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]

Member Avatar for anilashanbhag
0
101
Member Avatar for abhishek20
Member Avatar for abhishek20
0
306
Member Avatar for abhishek20

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

Member Avatar for DangerDev
0
62

The End.