Answer Posted / steve
Dude, java is going to be more widely used in mini apps,
small distraction games, but when it comes down to hardcore
development, java currently doesn't even hold a candle to
the power of C++ and cannot drop into assembler (ASM{ }) to
handle fast vector calculations for high end graphics. I
thought I would be living good when the rest of the old
school programmers retire and people are paying bank for C++
programmers because all they can find is Java people that
don't know what memory management is. Unfortunately I
predict a few years before Java is tied down so much that
you have to pay a fee to use it and people go back to the
roots.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the use of $_request variable?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Tell me can the value of a constant change during the script's execution?
What are helpers in php?
Explain how we can get the number of elements in an array?
How to remove all duplicate values in array in php?
How to get the position of the character in a string in php?
Where are sessions stored php?
What is the role of php.ini file?
What is a path Traversal?
How to redirect https to http url through .htaccess?
Does mysql need php?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is the difference between include and require?