Wednesday, November 16, 2016

Core Java Notes[session3]


  1. Features  of java
  2. -----------------
  3. i)Platform independent
  4. ----------------------
  5. *java is platform independent because we can execute .class[bytecode] of one os on nay other os.

  6. 2)Object Oreinted
  7. -----------------
  8. Java is object oriented because it consists of objects and classes.

  9. 3)Portable
  10. ----------
  11. *Bothe java s/w and java bytecode can be executed on different os's so java is portable.


  12. 4)simple
  13. --------
  14. Java is developed from c and c++,so learning java is simple.

  15. 5)robust[strong)
  16. ---------------
  17. *Java programs do not crash easily because of exception handling mechanism so java is robust.

  18. 6)interpreted
  19. --------------
  20. As jvm interprets bytecode to machine code,java is called interpreted language.

  21. 7)secured
  22. ---------
  23. Java is secured because virus don't attack .class files,also java is robust.

  24. 8)distributed
  25. --------------
  26. we can run java programs on different os's so we cab say java is distributed.

  27. 9)Multi-threaded
  28. --------------- 
  29. Thread
  30. ------
  31. *Thread is an independent part of a program.

  32. *Multithreading is group of threads executing parallely to accomplish a task.


No comments: