+ 1
What are the limitations in java
What point do you think java would break.
4 Respuestas
+ 3
The moment you miss a semicolon or try and store the wrong type...
+ 2
1. Very slow : why? Because it first convert your code to byte code and make another file with extension of .class and then compile the code and then prints the output.
2. No templates while c++ have it.
3. No Function pointer while c++ also have it.
0
Chirag Kumar its slow if compared to compiled language, but the basis idea is compile once run everywhere. and (what wikipedia said [ https://en.m.wikipedia.org/wiki/Just-in-time_compilation#CITEREFAycock2003 ] its still faster than interpreting the source code.
its flexible as interpreted language but faster.
template ? its called Generic in java
AJ/AY looks outdated, it keep talking about applet which dead years ago.
James~Francis what point java would break ? when oracle decide it. i almost gave up on java when the news about licensing still a bit vague a year ago.