Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Josh Garrett
Greenhorn
+ Follow
news
3
Posts
0
Threads
since Nov 05, 2000
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Josh Garrett
immutability of strings
This doesn't deserve a new thread so I thought I'd ask, what exactly a "string literal"?
Thanks
show more
23 years ago
Beginning Java
Java's Performance
Is it possible you're noticing the first few extra moments that it takes to fully load the JVM? A running (not loading) java program should be very comparable in speed. Beyond that, all I can say is that java and CPU's are getting faster.
show more
24 years ago
Performance
private class vs private constructor
ok.
show more
24 years ago
Beginning Java