Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. array, strings, foreach statement, overloading, overriding, passing arguments (value, reference), static methods, static fields, inheritance, protected, diff between this and super, polymorphism, diff between inheritance and abstract class, what is a package, why we need packages in java
  2.  
  3. exceptions -> problem -> cum se propaga sau Printe o exceptie
  4. overriding an exception -> rules
  5. generics; uses -> wildcards (relation generics - wildcards)
  6. bounded wildcards - upper - read
  7. - lower - write
  8. java collections -> NO
  9.  
  10. iostream or from functional programming
  11. diff between a buffer and a non-buffer operation
  12. try with resources vs. try catch finally
  13.  
  14. functional programming -> problem (seminar)
  15. what it is a lambda expression
  16. java 8 streams -> problem -> starting from an array (seminar 6)
  17.  
  18. instanceof (need, when) - to know the real type of an object (integer - subclasses)
  19. serial, annotation, reflection -> NO
  20.  
  21. concurrency in java + diff between process/thread
  22. seminar 7
  23. synchronisation
  24. MonitorModel - what are the parts
  25. Producer-Consumer -> NO
  26. CountDownLatch, Cyclic Barrier, Anom. Variables, Lock
  27.  
  28. fork, join
  29. implement a CountDownLatch
  30. java GUI -> NO
  31. display the list of procedures for the practice
  32. C# -> NO
  33.  
  34. XML Designer
  35. represent in XML something related to the labs
  36.  
  37. XML, Concurrency, Functional programming -> 2 intrebari
  38.  
  39. XML - teorie
  40. prob simpla: streamuri
  41. implement garbage collector - concurrent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement