× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



In my java class yesterday, my instructor went over a new constructor type 
thing. He called it a class constructor. Here is an example:

public class Test {
   static {
       set of instructions here
   }

   Test() {
       set of instructions here
   }

   .
   .
   .
}

Basically what he said it does is to set up some initial class based stuff the 
first time the class is used in the program. Like we are going over linked 
lists, and he used the example of setting up a dummy node.

Has any seen something like this before? What is it actually called?

I would like to tell him, "Yes that is what it is called," or "It is actually 
called ...." <VBG>

Thanks,

---------
Mike Wills
AS400 Programmer
programmerATkoldarkDOTnet

Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the universe trying to build bigger and 
better idiots. So far, the universe is winning.
-Robert Cringley
__________________________________________
Launch your own web site Today!
Create a Web site for your family,
friends, photos, or a special event.
Visit: http://www.namezero.com/sitebuilder


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.