hello sir/madam,
I have one problem please help me anyone
I have hard code date in my java code for 1 min to 8 hours with 6 currency pairs like
java.sql.Timestamp timestamp = Timestamp.valueOf(“2012-02-24 20:00:00?);
then its working fine.
If i have add for live chart like
java.sql.Timestamp timestamp = new Timestamp(System.currentTimeMillis());
or
java.util.Date date= new java.util.Date();
java.sql.Timestamp timestamp = new Timestamp(today.getTime());
then its taking lot of time to plot the jfreechart graph .
so give me some suggestion or any commands need to add in my java code.
Its urgent please.
javaG.Sarath chandranath April 15, 2012 at 11:08 PM
java proggupta June 9, 2011 at 12:14 PM
plz giv the prog fr d folloein outpu 123454321 1234 4321 123 321 12 21 1 1
javashoubhik November 15, 2011 at 11:52 AM
This is the best site in the world for beginner prorammers.
ThanksVivek November 21, 2011 at 11:30 AM
Thanks for help.
Getting Error Puneet Verma January 13, 2012 at 8:50 PM
String dateNow = formatter.format(currentDate.getTime()); no suitable mathod found for java.util.Date
replyAnuJ February 25, 2012 at 12:26 AM
thanks for this.. it works awesome but.. can we also have a running time in this ? i.e...seconds, minutes & hours all are in motion ??
Getting functions of java packagesAkash February 25, 2012 at 10:57 PM
how can we find in cmd, function of the packages to use
Querypooja March 21, 2012 at 12:48 PM
hello sir/madam, I have one problem please help me anyone I have hard code date in my java code for 1 min to 8 hours with 6 currency pairs like java.sql.Timestamp timestamp = Timestamp.valueOf(“2012-02-24 20:00:00?); then its working fine. If i have add for live chart like java.sql.Timestamp timestamp = new Timestamp(System.currentTimeMillis()); or java.util.Date date= new java.util.Date(); java.sql.Timestamp timestamp = new Timestamp(today.getTime()); then its taking lot of time to plot the jfreechart graph . so give me some suggestion or any commands need to add in my java code. Its urgent please.
javaG.Sarath chandranath April 15, 2012 at 11:08 PM
why we are using object creation?
CSE - JAVAJaques June 25, 2012 at 1:18 PM
Thanks. That was very informative.
javasurjeet singh September 19, 2011 at 8:49 PM
it is good
Post your Comment