<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/22719324?origin\x3dhttps://onepointview.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Previous Posts

Archives

Links
OnePointView
Friday, April 21, 2006

Writting on Java ....

Introduction:
Today i decide to write a snapshot on how a common man ...a common man from my standpoint is not the one who dont know C of Computer but is just the one who is facinated by this word called java ...Which is so hyped about in this world of Information Technology ....I recall now how it all staarted ...By hearing n being there in a group of Java enthusiasts over the mug of beer just talking jargons like J2EE , Beans , EJBs , springs , Swings hibernate n what not and i must admit my love for this started with these jarogns many of them i know many of them i still dont ..but still lets move forward .....Here few topics i will cover and will keep on adding on this as and when i get time ....The Credit of this writting goes to Abhijit (if u dont know him i will introduce him sometime later on this blog or something ..for a time being he is really a great guy to know !)
Defining here :
Java: A simple, object-oriented, network-savvy, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded, dynamic language.

Here i am wondering should i start with what objected oriented means ? ....Ok I will not hereby explain what exactly that mean technically and this is not the scope of this writting as well ....SO for us Objects means a entity which is self sustainable , self reliant and have some attributes ...more or less its a common sense based way of putting "Data" and Functions operate on this data together ......and in a typical computer application these ojects interact , exchanging data and giving out some meaningfull output.

Java is simple in the sense as i felt ..the time to understand and apply that language is fiarly low ....atleast with one lecture of it u can write ur program well and also get to know what objects means for programming ...

Network Savy : yes as per my knowledge Java was typically invented for making network based applications , web based services and things on these lines So it is really optimized for handling all that.....
Robust: I cant comment on that but as i read something on net it has something to do with the implementation of the java compiler which enforces one to do lot of things or to avoid lot of t hings that can corrupt ur application or can even crash it sometime ..
Platform Independent : .....Y java is platoform independent Because u compile ur application on the machine u want to run the program as well ....And how it happens in windows then might b the question ....Well in windows i make executibles and then port these executibles to the client site ....So depending on if the client side suports it or not it is decided
Monday, February 20, 2006

Introduction

This is the blog i plan to write for the Technological Appreciation i have , will be about my views of Technology and what i feel and learnt in the process !

Powered by Blogger and Blogger templates