tag:blogger.com,1999:blog-12429282.post111454425780595125..comments2007-04-14T20:43:33.957-07:00Comments on Everything about Java Certifications: Doubts - Nitin SharmaDreamjavahttp://www.blogger.com/profile/12918682486186257710noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-12429282.post-1151577727876375552006-06-29T03:42:00.000-07:002006-06-29T03:42:00.000-07:00where can i be able to download the pdf for 'head ...where can i be able to download the pdf for 'head first java' bookAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1139577081070750992006-02-10T05:11:00.000-08:002006-02-10T05:11:00.000-08:00Dreamjava,Are you interested in somefree advertisi...Dreamjava,<BR/><BR/>Are you interested in some<BR/>free advertising for your blog on <A HREF="http://www.leadcub.net" REL="nofollow">mlm</A>?<BR/>You are welcome place your link on our site for free.<BR/>See <A HREF="http://www.leadcub.net" REL="nofollow">mlm</A> or http://www.leadcub.net. We have a specific <BR/>category for <A HREF="http://www.leadcub.net" REL="nofollow">mlm</A>. Good luck.<BR/><BR/>John<BR/><BR/><A HREF="http://www.leadcub.net" REL="nofollow">Get 10,000 free opt in leads right now.</A>multi level marketinghttp://www.leadcub.netnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1137884659722394762006-01-21T15:04:00.000-08:002006-01-21T15:04:00.000-08:00As a special token of my appreciation for all your...As a special token of my appreciation for all your kind help and the wonderful business you have sent my way---I want to give you a free gift.<BR/>It is called the "$25000.00 Idea". It will help you in all your endeavors.<BR/>Click here: <A HREF="http://global-mlm-money-machine.ws/page5.html" REL="nofollow">FREE GIFT</A>scott edwardshttp://www.saedwards.blogspot.comnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1137812814250080162006-01-20T19:06:00.000-08:002006-01-20T19:06:00.000-08:00Congradulations on your blog! NOW, check this out,...Congradulations on your blog! NOW, check this out, You can join a program that starts at only $7 then the costs go down. Down, Down, Down. It only takes 5 minutes to set up your international account!<BR/><BR/>To find out more visit: <A HREF="http://www.7-bucks.com/a/b.php?rid=22306&adid=2269" REL="nofollow"> multi level methods </A> site. It successfully exposes FREE information and covers multi level methods related stuff.scott edwardshttp://www.saedwards.blogspot.comnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1137022119962171622006-01-11T15:28:00.000-08:002006-01-11T15:28:00.000-08:00NOW, check this out for FREE...There is a new, ful...NOW, check this out for FREE...<BR/><BR/>There is a new, fully automated traffic-generation system that can send 1000's of targeted prospects to your website, for FREE! It only takes 5 minutes to set up to set your FREE account!<BR/><BR/>To find out more visit: <A HREF="http://www.trafficswarm.com/go.cgi?347187" REL="nofollow"> mlm business </A> site. It successfully exposes FREE information covering Traffic and mlm business related stuff.scottaedwardshttp://saedwards.blogspot.comnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1137021797740534452006-01-11T15:23:00.000-08:002006-01-11T15:23:00.000-08:00NOW, check this out for FREE...There is a new, ful...NOW, check this out for FREE...<BR/><BR/>There is a new, fully automated traffic-generation system that can send 1000's of targeted prospects to your website, for FREE! It only takes 5 minutes to set up to set your FREE account!<BR/><BR/>To find out more visit: <A HREF="http://www.trafficswarm.com/go.cgi?347187" REL="nofollow"> multi level marketing </A> site. It successfully exposes FREE information covering Traffic and multi level marketing related stuff.scottaedwardshttp://www.saedwards.blogspot.comnoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1119244067383619402005-06-19T22:07:00.000-07:002005-06-19T22:07:00.000-07:001) a difference between abstract class and interfa...1) a difference between abstract class and interface..<BR/><BR/>a. Interfaces:<BR/> i. for implementing multi-level inheritance<BR/> ii. All members should be public<BR/> iii. Should not have any implementation.<BR/> <BR/>b. Abstract Class:<BR/> i. For capturing general behaviour <BR/> ii. You can have partially implemented methods.<BR/> iii. You can have all access modifiers like private, public, protectedGurumurthynoreply@blogger.comtag:blogger.com,1999:blog-12429282.post-1114690003657566262005-04-28T05:06:00.000-07:002005-04-28T05:06:00.000-07:001)a difference between abstract class and interfac...1)a difference between abstract class and interface..<BR/><BR/>Interface is a sort of abstraction which does has not has any implementation. It is suitable for defining an abstraction for full functionality has to be declared.<BR/><BR/>As regarding abstract class, sometimes when we create a generalized class, (for example, a class called Figure) it is not possible to implement all its member methods. For example, we cannot implement the area() method in the Figure class. In such cases, it is left to the subclasses to implement such methods. <BR/><BR/>Also since java class can extend a single class, and can implement multiple interfaces. So this is a design decision whether to make a parent abstraction an interface or class.<BR/><BR/>2)can the wait() method of the threads be overridden?if so why?<BR/><BR/>No they can't since they are declared final. <BR/><BR/>3)what exactly is a reference.? eg:- Graphics g<BR/><BR/>A reference is a pointer to an object. Although java has no direct access to pointer but that's what exactally a reference is.Abhinav Anandhttp://www.blogger.com/profile/11846264312748252174noreply@blogger.com