You are on page 1of 1

This are some questions of the oral:

Generics implementation in Java (type erasure..etc ) and C++


Java stuff, but i do not remember now what! (the project was in java)
C source code analysis on the flight of mozilla debugger for javascript.
----------------------------------------------------------------------The oral was a discussion on the midterm on the things that i have used in wrong
way, or not in he best way..
they asked me: how we can do better here? How this things are implemented in JVM
? and finally
i have do analyze the source code of the Mozilla's Javascript Interpreter.
They asked me things on the debugger... what you expected to find in a debugger
and what the source say to you.
You need to check also pass by value vs pass by reference. Compiler vs Interpret
er. Heap vs Stack.
Garbage collector mark sweep vs reference counting

You might also like