• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How many java source file? How many lines of java code?

 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I realize that the number of source files and the lines of java code could vary quite dramatically between two different completed developer projects.
However, I still wanted to get a feel for this.
Question 01:
Approximately, how many java source files are in a completed project?
Question 02:
Approximately, how many total lines of java code are a completed project (yes - include Sun's provided code in the total count.)
I decided to spend some time on my developer certification, after taking a break of several months.
thanks!
 
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had 31 source files and approximately 5300 lines of code.
 
Kevin Thompson
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your response. Did you pass, or are you still coding?
I am curious for those people on this board who submitted and passed the developer certification, how much java code they ended up with?
5000 lines of java code?
1000 lines of java code?
thanks!
 
Sai Prasad
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will know next week
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
20 files and about 2300 lines of code - this estimate includes comments. Without comments, I'm guessing it's about 1800...not sure though.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
23 Files
2329 Lines of code, but 550 of those lines are from the code that Sun supplied in Data and their other classes.
Mark
 
You know it is dark times when the trees riot. I think this tiny ad is their leader:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic