Monday, 17 August 2015

OOP(Java keywords)

Computer Programming Concepts

What is concept?
  •         A concept is something from the application environment that matters to your program. A "function" may be a concept. Programming is the art of turning concepts into code.

What is Programming?
  •          Programming means creating a set of instructions for completing some specific task.

Programming language you use is unique, there are certain concepts common to all languages.
  •          Algorithm
  •          Compiler
  •          Constant
  •          Data type
  •          Variable
  •          Source Code
  •          Conditional
  •          Array
  •          Loop
  •          Function
  •          Class

  • Sequence of commands - It is important not only to give the right commands or steps, they must also be given in the correct sequence.
  • Conditional structures - These provide for one outcome or sequence of events to be executed if a statement is true, and another outcome or sequence of events to be triggered if the statement is false. In most programming languages these structures take the form if . . . then . . . else.
  • Looping structures - Used to make the computer repeat a certain command or sequence of commands. The loop may run for a predetermined number of times, until a certain condition becomes true, or as long as a certain condition remains true. 
Advantage of Blog

Ease of Use

 Blogging has been made very easy with the advancement of technology. They offers, web publishing tools and also tools for content management. Because of this, a one man business is also able to compete with large companies. Blogging offers the best opportunities for marketing online. All the resources and tools are at your disposal. For you to reap all the advantages of a business blog is by actually starting one. Then you will be able to understand why blogging is creating massive waves in online marketing world.

Retain readers and followers
Blogs provide space for interested followers and readers through means of online community. This becomes a meeting point for your readers. Also through this online community, exchange of ideas and also information sharing is made possible. This fosters friendship and also creates trust between the owner of the business blog and the readers.

Ease in reaching out to a vast audience on the internet
Blogs enables you to reach a vast audience of web surfers.


Disadvantage of Blog

Social life

 Everyone would agree at this point for sure because more or less each has got engrossed them to such an extent in blogging that their memory about their previous social life has become fugitive. Planning an unexpected trip to a national park or any hill station with friends seems to be inconceivable now and people have to give a hard jolt to their memory to recall last time they hang out with their close ones and laughed an everlasting laugh .

Laziness

One of the most cardinal disadvantages of blogging. People can blissfully spent a piece of their quality time in front of their system screens…but they wouldn’t lend an ear when told to do any work that calls for somatic effort .this could tend to prove destructive for their health in nearby future


Java Keywords

  1. abstract
  2. continue
  3. for
  4. new
  5. switch
  6. assert***
  7. default
  8. goto
  9. package
  10. synchronized
  11. boolean
  12. do
  13. if
  14. private
  15. this
  16. throw
  17. throws
  18. transient
  19. try
  20. void
  21. volatile
  22. while
  23. protected
  24. public
  25. return
  26. short
  27. static
  28. strictfp
  29. super
  30. implements
  31. import
  32. instanceof
  33. int
  34. interface
  35. long
  36. native
  37. double
  38. else
  39. enum
  40. extends
  41. final
  42. finally
  43. float
  44. break
  45. byte
  46. case
  47. catch
  48. char
  49. class
  50. const