Things to Learn

In any programming language like C,C++,Python,Ruby,JAVA there are some common fundamentals like Datatypes,Control Statements,Loops,Printing output,Scanning input etc. first one should mainly focus on these. These are the basics for any language.(ofcourse they differ in syntax but that's not a big deal to learn). If one gets good grip over these like how to implement and where to implement, then they can jump to the real powerful features of the programming language of their own interest.

Okay lets have some clear idea about what are the things to learn to build different apps.
  • With C,Java(J2SE) we can build Standalone apps.(Desktop Apps).
  • With Ruby on Rails,Python,Advanced java(JEE),PHP we can build web-apps.
  • With java(J2ME) we can even build mobile apps and even "android apps" are coded in java have you read that wow its amazing isnt it so if you know java you can build an android app on your own and you can even make it available on playstore. (above ones are used to write the actual logic of an app)
-----------------------------------------------------------------------------------------------------------------------
Okay then how to design the user interface?
  • using SWINGS in java for Desktops.
  • using HTML(5) for web-apps.
-----------------------------------------------------------------------------------------------------------------------

Okay then how to connect to Database?
  • Using JDBC.
  • Using HIBERNATE.
-----------------------------------------------------------------------------------------------------------------------
The combination of all these things will make a perfect app for you.

No comments :

Post a Comment

Designed By Seo Blogger Templates