Hp Ng wrote:Why is C++ not use for Web development?
It seems like it is much faster.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Bear Bibeault wrote:How is it much faster than Java?
Hp Ng wrote:I was refering to writing server side applications when it comes to C++/C.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Hp Ng wrote:1) With Oracle tightening the rope around java's neck, I am beginning to wonder if I should skip java....
H P Ng wrote:I have seen articles of Java running fast. it is till hard for me to believe it can run faster than C/C++
because Java runs on top of JVM, which also runs on top of another OSes. While C/C++ have much less layers under it, and can run with and without an OS layer.
H P Ng wrote:So is RDBM soon to be replaced by ORM-based databases?
Would using Hibernate be inefficient for small size databases?
H P Ng wrote:Right now I am doing tutorial with Java and MySQL.
OK, should I just skip learning SQL and RDBMS and go straight to Hibernate.
SQL is not a hard language to learn, but if Hibernate has its own query language,
why not?
A wop bop a lu bop a womp bam boom! Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|