What are the basics of Java? (JNNC Technologies)
http://jnnctechnologies.com/
Java - Basic Syntax
- Object − Objects have states and behaviors. ...
- Class − A class can be defined as a template/blueprint that describes the behavior/state that the object of its type supports.
- Methods − A method is basically a behavior. ...
- Instance Variables − Each object has its unique set of instance variables.
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
0 Comments
If you have any doubts,please let me know