Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Java Development | Forum profile

Forum profile page for Java Development on http://www.devarticles.com. This report page is the aggregated overview from a single forum: Java Development, located on the Message Board at http://www.devarticles.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Java Development" on the Message Board at http://www.devarticles.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies - Java Development (site profile, domain info devarticles.com)
Title: Java Development
Url: http://forums.devarticles.com/java-development-38/
Users activity: 16 post per thread
Forum activity: 1 active thread during last week
 

Posting activity on Java Development:

  Week Month 3 Months
Threads: 1 13 37
Post: 1 18 58
 

Java Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
sentientmachine
1
user's latest post:
Double with no scientific notation?
Published (2009-12-11 14:01:00)
I assume your talking about the double data type which prints the number in scientific notation rather presumptuously. If you want to use gigantic numbers or very tiny numbers and not deal with scientific notation then run the following code. There is one extra task for you though. You have to be responsible for when and where the rounding occurs. I'm not sure why they turn on the scientific notation by default. It seems the only way to...
 

Latest active threads on Java Development::

Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 4 days, 12 hours ago (2009-12-11 14:01:00)  by sentientmachine
I assume your talking about the double data type which prints the number in scientific notation rather presumptuously. If you want to use gigantic numbers or very tiny numbers and not deal with scientific notation then run the following code. There is one extra task for you though. You have to be responsible for when and where the rounding occurs. I'm not sure why they turn on ...
Thread:  Show this thread (2 posts)   Thread info: Double with no scientific notation? Size: 3,807 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Showing java numbers without scientific notation. :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 4 months, 3 weeks ago (2009-07-23 04:50:00)  by reena123
Place these three jars under WEB-INF/lib folder displaytag-1.2.jar, displaytag-export-poi-1.2.jar and displaytag-portlet-1.2.jar. Before using it in your jsp you should have the below line <%@ taglib uri="://displaytag.sf.net" prefix="display"%>and now you can use it how ever you want like <display:table... or<diplay:column note - prefix uri with http.
Thread:  Show this thread (8 posts)   Thread info: How to use display tag library in Spring MVC Size: 492 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: display tag jars are placed in WEb-INF/lib folder :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 1 month ago (2009-11-16 01:14:00)  by paulscode
Any chance you could post your code?
Thread:  Show this thread (6 posts)   Thread info: Lotto program Size: 92 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Lotto program :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 1 month, 2 weeks ago (2009-10-28 15:38:00)  by mofaker
see this link www<dot>youtube<dot>com/watch?v=xMDsKiTxD8g
Thread:  Show this thread (3 posts)   Thread info: Help: I want to design 2D map? Size: 142 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help: I want to design 2D map? :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 1 month ago (2009-11-14 15:22:00)  by paulscode
I would suggest methods like these (I haven't tested them, but they should at least get you started): For generating the lotto tickets: Code: public static int[][] generateLottoTickets( int number ) { int row, column; int [][] ticketArray = new int[number][6]; java.util.Random random = new java.util.Random(); for( row = 0; row < number; row++...
Thread:  Show this thread (5 posts)   Thread info: 2-d array with lottery ticket numbers Size: 1,961 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 2-d array with lottery ticket numbers :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."
 

Hot threads for last week on Java Development::

Java Development
Started 4 days, 12 hours ago (2009-12-11 14:01:00)  by sentientmachine
I assume your talking about the double data type which prints the number in scientific notation rather presumptuously. If you want to use gigantic numbers or very tiny numbers and not deal with scientific notation then run the following code. There is one extra task for you though. You have to be responsible for when and where the rounding occurs. I'm not sure why they turn on ...
Thread:  Show this thread (2 posts)   Thread info: Double with no scientific notation? Size: 3,807 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Showing java numbers without scientific notation. :: Java Development :: Dev Articles Forums - Programming Help and Tutoria..."