




Head First Java 327
Head First Java | |
author | Bert Bates, Kathy sierra |
pages | 650 |
publisher | O'Reilly |
rating | 8 |
reviewer | Tony Williams |
ISBN | 0596004656 |
summary | Good, offbeat Java tutorial with new approach to learning computer topics |
The Good
Of course, you can't learn Java without a good understanding of object-oriented languages. I made fairly heavy going with 'Learning Java' until I decided to dive in head first. Head First Java, that is -- a new book from O'Reilly that has a totally different attitude to teaching than I've seen before in computer books. It also looks like this might be the start of a series from O'Reilly, the website an introduction seem to assume that there will be more 'Head First' titles and I hope so. The style is humorous, full of graphics, cartoons, puzzles, quizzes and crosswords. It reminds me of the textbooks that used to try and teach me geometry and algebra in high school or my daughter's elementary books on Roman and Greek history I purchased for her at the British Museum. The style didn't work to teach me much algebra and geometry, but I wasn't anywhere near as motivated. This time, it worked. In a couple of weeks I worked through the book and finally have Java skills where I can branch off and start coding the projects I had in mind (though something more advanced will be required soon.)
In the introduction the authors examine learning and explain why they designed the book as they did. To quote from one section: "Some of the Head First learning principles. Make it visual. Put the words within or near the graphics. Use a conversational and personalized style. Get the learner to think more deeply. Get -- and keep -- the reader's attention. Touch their emotions." They argue that our brain is tuned to novelty, and that their style provides the novelty to keep your brain turned on. They also provide ten tips for good learning. That's one thing that seems to set this book apart from most other computer books, they say they think of their reader as a learner and indeed that's the way you are treated by the book. You can start to get a feel for their ideas by visiting headfirst.oreilly.com, a site devoted to the series. You can also grab a couple of example chapters from the books web page, which also has the usual marketing info, table of contents and errata.
The Bad
When compared to Learning Java the coverage is not as good. Head First really only covers the basics, up to and including creating a GUI with SWING and then touches a number of others; Learning Java goes on to explore, with a fair depth, network programming, web programming, servlets, applets, Java Beans, XML and other topics that are only touched on briefly in Head First. If the style of learning does not suit you then this will be an incredibly irritating and useless book, I'd give it a try first, though. If it isn't for you then the style of Learning Java might be better.
Conclusion
When you get down to it, though, the only way to really decide on the worth of a tutorial is to decide how well it teaches. Head First Java excels at teaching. OK, I thought it was silly, I had a hard time making myself do the exercises, fill out the crosswords and solve the puzzles. Then I realized that I was thoroughly learning the topics as I went through the book. Learning Java was doing the same job, but the dry traditional method wasn't doing as well. Both books are well written, designed and constructed -- the style of Headfirst Java just made learning, well, easier.
It would seem to me that the 'Head First' approach is going to work wonderfully for the more 'beginner' topics, books for introducing you to a new style of programming, a new language or a radically different operating system or application. So if you're looking for a book to introduce you to Java then I can recommend Head First Java. Now if I could only find a book as good to introduce me to Common Lisp.
You can purchase Head First Java from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
EWD 696 (Score:3, Insightful)
"The habit of using pictorial aids, like any habit, is very difficult to get rid of. If, however, we take any responsibility for the effectiveness of our thinking habits, we should try to get rid of the habit as quickly as possibile, for it is a bad habit, confusing and misleading up to the point of being paralysing."
Re:EWD 696 (Score:2, Insightful)
Re:EWD 696 (Score:2, Informative)
Tufte (Score:2, Insightful)
Richard Feynman might not agree! (Score:3, Insightful)
You see, the counter
Re:EWD 696 (Score:5, Informative)
Anyone who would say that obviously has no knowledge of how people learn and how different people learn with different styles.
As someone who spent 10 years with learning disabled and emotionally disturbed students, I can say one of the most effective teaching aids for ANYONE is finding out how they learn and presenting material in the style in which they absorb it the best. Since I worked with those who had the most difficulty learning, I had to learn as much as possible about how we ALL -- disabled, "normal", or gifted learn.
In a nutshell, anyone who can make a statement like the one above is ignorant. It has the sound of someone who is so busy showing off how intelligent he or she is that he has yet to realize how little he knows about people.
Perhaps it was written by someone who does well with the style of learning he describes because he spends all his time in books and on the web and has not yet learned how to deal with the real world yet.
Dijkstra wouldn't like the LingerieExceptions... (Score:3, Interesting)
Personally, and as smart as he is...Dijkstra is just not someone I would have ever wanted to date, or even sit next to at a dinner party.
And wasn't he also the author of something to the effect of, "Anthropomorphizing is the sign of an immature mind?"
Well, we blew that one Big Time. I think half the book is anthropomorphized *things* -- obj
I await a review of... (Score:5, Funny)
Misconception (Score:2, Informative)
Java != JavaScript
The two are not even related. Yes, you can use them together, but the only thing they have in common are the four letters "J-a-v-a". It's bad enough when normal people fall under this misconception. We don't need supposedly technically savvy people succumbing to the same thing.
JavaScript was developed by Netscape as a dynamic browser language, and "extended" by Microsoft. The W3C "standardized" it, and then both
Re:Misconception (Score:5, Funny)
Re:Misconception (Score:2)
Bloody hell. That's the most perfect metaphor I've ever heard for it. Brilliant!
Re:Misconception (Score:5, Informative)
I wouldn't mind seeing them separated like that - it would make more sense and minimize confusion, as well as the interleaving of books in bookstores. "Java... Javascript... hell, they must be the same thing!"
Re:Misconception (Score:2)
Re:Misconception (Score:2, Informative)
The W3C "standardized" it, and then both Netscape and Microsoft went about with their own proprietary versions.
The W3C has not much to do with JavaScript.
ECMA [ecma-international.org] is the organization who made JavaScript into an independent standard (ECMAScript).
Re:Misconception (Score:3, Insightful)
Maybe our reviewer was building, say, a Javascript-based navigation system for a website and decided to do it in Java to avoid cross-browser issues.
Oh, and the W3C never standardized JavaScript. ECMA [ecma-international.org] did with ECMA-262 [ecma-international.org].
Re:Misconception (Score:5, Insightful)
His problem was that he found that he could not achieve what he wanted using a javascript (an arguably limited web-baed scripting language) and decided to move to another language with more powerful features.
Re:Misconception (Score:3, Interesting)
Re:Misconception (Score:2)
Re:Misconception (Score:4, Funny)
Right, and by that logic Python is related to Java 'cause you can instantiate Java objects in Jython. And C is nearly the same as lotsa languages, 'cause lotsa languages have C extensions which allow you to instantiate C objects in the language. Javascript and Java have only the notion of being roughly C-looking languages which came out at roughly the same time, and were both championed by Netscape.
Re:Misconception (Score:3, Funny)
Re:Misconception (Score:2)
It reminds me of the old Borland that got the C++ religion and thought they had to write all their Windows apps in C++. They did some nice work, but it delayed their entry into Windows and was a significant step toward the dominance of MS Office.
Re:Misconception (Score:2)
Re:Misconception (Score:2, Informative)
He also never staid that JavaScript has not object system, just that he's never done much with objects. Thus he needed a good basis in how to programm OO, something you don't have to have to use JavaScript.
Don't know about Head First Java, but ... (Score:3, Informative)
http://www.oreilly.com/catalog/javacook/
Re:Don't know about Head First Java, but ... (Score:3, Informative)
Re:Don't know about Head First Java, but ... (Score:2)
Re:Don't know about Head First Java, but ... (Score:2)
New Riders' XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application [amazon.com] is a fine example of a case study book that I recommend.
Seems like a Good Thing(tm) (Score:2)
Once the reader has absorbed the introductory material in the Head First book, he/she is ready and more able to delve deeper into the subject with a 'heavier' book -- in this case, Learning Java.
Try Thinking in Java 3rd Edition (Score:4, Informative)
http://mindview.net/Books/DownloadSites
Re:Stay away from it..... (Score:4, Informative)
I'll even argue that this is not a good book at all. As always Mr. Eckel is going on and on with a 2-3 pages of reflections and a small piece of programming practices(everyone who've tried to read the C++ thinking, know for what I'me talking about), so my point is
1) The book will be confusing for a beginner programmer.
2) It'll be useless for the most part to a person with some general programming culture.
Anyway, the best book to start with java is "On to Java", I don't even remember the authors but it's everything: Short, explicit and well structured. A problem may be that it should be a bit outdated.......
Of course, all one really need to start programming in Java is here [sun.com]
Re:Try Thinking in Java 3rd Edition (Score:2)
It's true that Eckel's books are less than ideal as reference texts -- he's too conversational. But in introducing not only 1) the semantics of a language and 2) its syntax, his strength best lies in 3) teaching the way the language expresses programming design concepts -- helping the reader to appreciate that language's fundamental design pattern
OOP for the procedural programmer (Score:4, Informative)
I found "The Object-Oriented Thought Process" [amazon.com] to be a great jumping-off point in helping me familiarize myself with how to think in-terms of OOP.
The intro to OOP chapters that are in most introductory books are OK, but they just didn't do enough for me.
Re:OOP for the procedural programmer (Score:3, Informative)
If you're going to do Java, OOP is essential IMO.
I'm working on a project right now at work (in MSAccess VBA, ugh) where Java would be a godsend. U
The best way to learn Java... (Score:5, Informative)
If you want to leatn OO programming and Java I would suggest Think In Java [mindview.net] (it's the best and it's free).
Re:The best way to learn Java... (Score:4, Informative)
In fact, any book by Bruce Eckels is a great read. It reads like a book, and teaches you in easy terms. It isn't like reading a math book, which most programming books tend to do.
Eckels' Books are Downloadable (Score:4, Informative)
Common Lisp (Score:3, Informative)
Re:Common Lisp (Score:2)
Best Series For Learning Java (Score:5, Interesting)
Re:Best Series For Learning Java (Score:3, Informative)
By reading the two volumes you mention, I was able to come up to speed quickly. In fact, I finished the project just one month after buying tho
question... (Score:2, Insightful)
no comment on the book itself, it's just that "head-first" seems like it could very easily be the next "complete idiot's guide"...
Viewing at level 5 (Score:4, Funny)
Somehow I knew though, when the article starts with I decided to learn Java because Javascript wasn't good enough., that there would be trouble!
Begun, the Javascript != Java flamewars have.
Learning Java (Score:2, Informative)
it's inevitably necessary to have simpler books (Score:5, Insightful)
It's only a matter of time before these kids will want to learn JAVA, and a basic, picture-laden book is sure to attract their attention quicker than a tome that they probably can't even lift.
Strongly committed to OO (Score:2)
Mmmmmm.
Java tutorial anyone? (Score:2)
My verdict is that the tutorial is not a bad way to learn Java programming at all. The trick is to read every line (dont skip anything), and try every example in there, and in addition try your own variations. Worked for me, but needless to add ... your mileage may vary
Them Java Coders (Score:5, Funny)
codin' here and there.
Just like Gosling's Keynote said,
Java's Everywhere!
Them platform neutral Java Coders,
runnin' hotspot mode.
Keep them classes nice and neat,
'til it turns bytecode.
Multi-threaded Runnables,
and Serialization,
keeps those members all in line,
avoiding race condition.
How to be a Java Coder,
here's thee easy way:
Go to sun.com's web site
and get the SDK.
Learning the language is one thing... (Score:2, Interesting)
Transforming the buzzwords of "encapsulation", "reusability", "modularity" into workable and efficient solutions requires way more work than strictly learning the language.
Also, a common pitfall is to believe that you can do whatever because some garbage collector is taking care of memory management.
Before even reading whatever about java, I'd strongly recommend
- of course, Design Patterns [amazon.com], by Erich Gamma et al;
- Prin [amazon.com]
Not features of OO (Score:2)
Probably even more important for good coding is EXTENSIVE comments and self-documenting variable names. If I never see the variables 'x', 'y', 'i', etc. again in my life I'd be a happy man. For god's sake tell me what you're counting and why.
Time and again I've seen how writing easy to maintain code is SO much more important than writing 'optimized' code. You can't pre-optimize
OO techniques are seldom fully understood (Score:5, Informative)
Re: OO techniques are seldom fully understood (Score:3, Insightful)
My way of thinking about objects is to consider them as little people. Each pers
Yeah, great review not... (Score:2)
I tested this book by handing it to my other half; she figured out at least 3 serious errors and put in errata for them; you'll find the errata at O'Reilly [oreilly.com].
It'll be a much better book, and recommedable for beginners in the second printing/edition when these are fixed.
For your next book... (Score:4, Interesting)
After that read Java Development With Ant [amazon.com] by Hatcher and Loughran for good info about how to set up real java development environments. Ant is a tool that fits a similar ecological niche as make, but has tons of extra features particularly useful to Java developers.
Oh, and don't bother with an ide. Real men use vim [vim.org].
Languages versus Programming (Score:2, Insightful)
I think there is a distinction here that needs to be brought up that I feel many programmers are unaware of. This is aimed for programmers who decided to go out there and learn Java who have never learned an OO language.
I think the goal of programmers should be to learn to code well. Having said that, those who then go on to "learn how to program java" from an instructional book are a bit mistaken in my humble o
Scripting + component/subs beats OO (Score:2)
There are many well-reasoned articles defending scripting as superior to OO, this is just one I could find in a few seconds on google.
The author has a link to many more:
http://www.softpanorama.org/SE/anti_oo.shtml [softpanorama.org]
And of course this has been discussed on slashdot before too:
http://slashdot.org/articles/01/01/09/1420258.shtm l [slashdot.org]
Clear, readable structure and flow is vital to the maintainability of a body of code, and in my opinion is bett
Re:Scripting + component/subs beats OO (Score:2)
Nothing's wrong with procedural programming, but OO isn't evil either. And I think you're just confused about scripting.
-Billy
Writing Learning Java... (Score:4, Interesting)
pleasantly surprised to see this item on Slashdot (my first stop of the day). So I thought I'd chime in with a little bit about what it's been like working on this book over the years and ask for you help in making it better.
The short story is that trying to authoritatively cover a topic as broad as the Java language and libraries and to do so without simply producing a giant shelf-filling reference tome or dry as toast text book is a very difficult challenge. I think there are parts of the book that have met this challenge and parts that can be better in the future.
Now, I consider myself to be a relatively funny and creative person (also sexy, and other adjectives as well) and I think if someone had asked me back in 1995 what my first book would have been like I might have imagined something a bit lighter and breezier than an 800 page book about a programming language. But I think that the Slashdot audience in particular will appreciate that despite its size and some obligatory coverage, this is a book written by someone who has a passion for software and architecture and that I have tried to pour my creativity and time into crafting elegant, insightful, and *minimalist* examples. I wrote this book for people who think and learn the way that I do and that may not appeal to everyone.
I think the strongest parts of the book are in the most exciting and difficult areas of Java - topics such as advanced networking, multi-threaded
programming, and XML. IMHO Learning Java's coverage of these topics is deeper than some single topic books in their entirety.
The Java language is a moving target and one that gets more moving parts every day. The greatest challenge in writing about it now is not what to cover, but what to leave out. I have spent many many hours on the phone with my editor (Mike Loukides) over the years debating about what we need to include and what we need to cut. In recent editions which have included a CD in the jacket (yah, I know... book CDs are normally useless) I have started moving the old, less relevant material (such as some of the original AWT API stuff) to the CD.
I have also experimented with the introductory tutorial chapter - trying to give a broad overview of the whole language in one chapter before diving into details. Some people may see that and be turned off. I hope they'll dig a little deeper.
I am very interested in what Slashdot readers have to say about how to make the book better. Your comments would be very well timed right now as I am updating the book for Java 1.5 as we speak.
I hope you'll check out my book if you need to learn (or learn more about) Java. If you have already mastered Java then I hope you'll buy a copy of my book and give it to a homeless person
Thanks,
Pat Niemeyer
Author of Learning Java, O'Reilly & Associates and the BeanShell Java scripting language (www.beanshell.org).
Online docs (Score:3, Informative)
Tutorials & Short Courses [sun.com]
These are essentially the contents of the Sun press line of books.
Neither as good as Thinking in Java (Score:2)
A lot of people seem to be adamant against Java (Score:2)
Alright,
Re:A lot of people seem to be adamant against Java (Score:2)
I don't like OOP.
Example of why:
Strongly committed to OO? Java? (Score:2, Insightful)
Yes! (Score:2, Insightful)
I received this book just last week and am slowly working my way through it in-between work and other projects. I and am very pleased with it. The reviewer is correct in that this book makes learning much, much easier. It is, however, a little short on in-depth material, but I feel it can be forgiven for that in light of how well it teaches the basics.
How well does it teach? Through 4 years of a comp-sci degree that taught things using C++, I never understood Object-Oriented design as well as I do afte
I never get sick of hearing that... (Score:3, Informative)
ok...they're really nothing alike, except for the word 'java'. By the way, if you want to learn anything java, why waste cash on books...just head over to java.sun.com and go through their doco section...they have full documentation on almost every api, and have been keeping it up to date for as long as I can remember (the java trail is an excellent peice of work)
Re:JavaScript != Java (Score:2, Funny)
Well, to be pedantic about it... (Score:3, Funny)
Re:I'd like to take this oppertunity.. (Score:5, Insightful)
Implementations are a different story, however. What you mean to say is that in your non-benchmark toting experience, Sun's Java Runtime Environment, version 1.4.2 is slow. On this, I will agree.
You might want to investigate the other implementations of the JRE out there. IBM has one that is reportedly quite good. (Well, one person has told me it was worth it.) There is also Blackdown.
Regarding licensing, I also agree. It's muddy at best, and akin to selling your first born to Sun at worst. Depending on your vantage point, of course.
Re:I'd like to take this oppertunity.. (Score:2)
How can Java be slow? It's a language. Languages typically can not be quantified by speed.
Unless the language assumes garbage collection. Not precisely "slow", but pretty much ruled out from real-time applications...
Re:I'd like to take this oppertunity.. (Score:3, Informative)
I think the point is often made, at least in C++ circles, that a mandated GC in standard C++ would be non-real-time, because a real-time GC has worse average performance (like you said) and is very OS-dependent.
Were such a thing to be mandated in C++, I suspect the standard would simply specify the APIs and semantics without touching on performance, just as they do with new/delete and malloc/free. However, I don't think making GC part of standard C++ would be a good idea, anyway. The language isn't wel
Re:I'd like to take this oppertunity.. (Score:4, Informative)
If you're interested in seeing how this really works, I'd suggest downloading the IBM Jikes RVM (Research Virtual Machine), which is a JVM/JIT compiler that is almost completely written in Java (it actually can recompile itself at runtime, in addition to your application). Since it's written to be a platform for compiler research, it's not the fastest JVM on the planet, but it has reasonably well-documented code and it certainly does what you described.
Re:I'd like to take this oppertunity.. (Score:4, Interesting)
I do a lot of server side Java and I have never had a speed issue. Its much more likely to be a database issue that slows up the app than the execution of actual byte code. Remember that web/app servers ALWAYS top out on io before cpu anyway, so the fact that the Java server is running at, say, 40% cpu instead of 20% doesn't mean a heck of a lot.
Re:I'd like to take this oppertunity.. (Score:5, Funny)
I'm going to send a memo to the top 300 US companies (any index, take your pick) and inform them that all this time they were wrong about implementing business solutions in Java. Why? Because you (mallocchio) took the "oppertunity" to say that it "sux". Instead they should be using something light, like C, or maybe even assembly if they're hardcore enough. I mean, all these hundreds of corporations can't possibly be right. Their projects obviously have all failed because they used Java.
I mean the only reason Java is popular in the enterprise world is because of Sun's wonderful marketing department. Those sneaky bastard marketers ... they got the best of us. I mean they totally did their jedi mind trick on me -- I'm gonna have to cut off my head now because it's now known after your esteemed declaration that "Java sux".
P.S. I know you're trolling.
Re:I'd like to take this oppertunity.. (Score:3, Funny)
Shut the hell up! You don't see anyone else "working" do you? Stop being so damn selfish and get back to posting.
Re:I'd like to take this oppertunity.. (Score:2)
Re:I'd like to take this oppertunity.. (Score:2)
I actually don't doubt it. Unfortunately hardly anyone else on /. knows this because "php and mysql is all you need".
Re:I'd like to take this oppertunity.. (Score:5, Informative)
plus, i entirely disagree with you, i have php applications that pull data from mysql faster than an equivalent java application.
the JAVA advantages, for me, are:
- OO through and through
- scalability in the form of J2EE
- well writen java is a pleasure to read and understand
- cross-platform
- fantastic package library and 3rd party packages
- sun screwed up and gave it away!
Re:I'd like to take this oppertunity.. (Score:3, Interesting)
Throw in dynamic runtime optimizations offered by HotSpot-type JITs and you end up with a server-side solution that bests most
Re:I'd like to take this oppertunity.. (Score:2)
1 million dollars eh? That is a pretty large sum for an AC - is this monopoly money or what?
O.K. since the application is of my choice here is my entry
#!/bin/tcsh
echo "hello world"
Re:I'd like to take this oppertunity.. (Score:2, Informative)
Just because Swing got into a politically driven quagmire, doesn't mean the language or runtime itself is hosed.
It's just a matter of your choice of libraries.
Get the Tremendous books Free (Score:2, Informative)
mindview.net/Books [mindview.net]
You'll be glad you did!
Re:Tremendous books (Score:2)
Re:Tremendous books (Score:2)
Amen, my brother.
Re:Java ain't really OO (Score:2)
Re:Java ain't really OO (Score:2)
Re:Java ain't really OO (Score:2)
Someone who knows best [att.com] may disagree with you on that statement.
Re:Java ain't really OO (Score:2)
Last year I taught a language-agnostic Introduction to Object-Oriented Programming [amazon.com] course at Cal State Hayward using Timothy Budd's book of the same name. He uses C++, C#, Java, Smalltalk, Apple's Object Pascal, Delphi Pascal, Ruby, and Objective-C for examples, with many examples presented in several languages.
One of the strong impressions that has remained with me is just how many of the language decisions the developers of Java got right, and conversely, how many were gotten wrong by the designers of
Re:Java is bad for our industry (Score:3, Insightful)
There are a LOT of programmers out there with no experience of anything other than C, C++, Visual Basic, Perl etc etc. Just because students are taught Java and industry DEMANDED Java don't blame people for making a lot of money out of it!
Also, why should programming be hard? It shouldn't be. If I can find any tools, languages etc that make my job easier, quicker and less stressful I use them. And if I can be quicker it will be cheaper and if I am quicker a
Re:Java is bad for our industry (Score:2)
If you can solve any problem in a day with Java that would take a couple of days in Perl or VB I want to know what parallel dimension you are living in.
Perhaps you could argue that Java could solve a two year problem that would take three years in Perl or VB. But one day problems are pretty much ALWAYS faster in Perl or VB. Of course, generalizations are always
Re:Java is bad for our industry (Score:5, Insightful)
The dot com years produced millions of Java "programmers" that did not how to do much beyond blindly mimicing the Sun "Pet Store" J2EE example without understanding the fundamental concepts that underpin the technology.
How many other languages can you fill in the blank with? VB? C# (soon?)? Perl?
Sure there are folks who "learned" Java and really don't understand it. And sure, most of them are out of work...but calling it a "glut" is a bit of an overstatement. Most of those people won't find work in the industry. And if you're good a programmer, and work for a good company, you're still making good money these days (at least where I live).
There's a huge glut of programmers on the market with little or no experience using any other programming language other than Java.
So what if that's the only language you know? If you're a good Java programmer, what's the problem? I know a couple guys who just graduated with degrees in computer engineering. They "learned" plenty of languages in 4 years, but they only know one language well enough to use it professionally -- either C or Java.
Re:Java is bad for our industry (Score:2)
I agree. I've actually noticed a trend between age/experience and the way people write resumes. Developers with less experience tend to put every single language/technology they know on their resume, and when asked, claim expert proficiency even if they have no significant project experience. More mature developers tend to only put a handful of languages that are relevant to the job they seek, even if t
Re:Java is bad for our industry (Score:2)
Re:Java is bad for our industry (Score:2)
Re:Java is bad for our industry (Score:2)
(Off topic): we had a guy here who had a DHTML snowflake thing for Xmas. He borrowed the code, and didn't know what it did. When I told him to 'slow that thing down', by changing the delay variable (as in, setTimeout delay), he changed it from 200 (ms) to 20, thinking this would slow it down. I _told_ him not to publish code when he didn't speak the language, but...
Within 30 minutes he had crashed 500 machines on ou
Re:At the risk of sounding offtopic.. (Score:2)
Re:Java is bad for our industry (Score:4, Interesting)
As far as good or bad for the industry... well.. you don't really define what your industry is. Software house for the most part don't use Java. I personally feel it's an "IT" language, and the IT shops/people that I've been involved with LOVE Java for its productivity and cross-platform compatibility.
Re:Java is bad for our industry (Score:2)
Hah, this is hilarious. I think what you meant to say was "a primary language to teach software engineering fundamentals, it is not.". Java is a perfectly valid language to teach computing *science*... ie, the science of information processing, algorithms, computability, etc, etc. In fact, any language would suffice for this... as long as it's Turing complete, anyway. Although, admittedly, some languages are better than others.
I
Re:Java is bad for our industry (Score:2)
Yes, but that's a very small part of the whole of computing science. Moreover, there are specialized classes for
Re:Java is good but slow (Score:2)
In tight loops, I've found Java to be just fine, speedwise. Bounds checking on array access can cause slowdowns, but with HotSpot this usually doesn't affect things too badly.
Latency, on the other hand, is awful with Java. Java makes zero problems with thread latency, and this is the most probable cause for your issues. For best results, use a native language on a real-time OS. The new O(1) schedulers available to Linux can work pre
HEY!! Possible licensing violation (Score:2)
2 of these are real licensing requirements by the way.
most misunderstoof language in the world (Score:2)
And the conception that you can't have private members in Javascript is just wrong.