test

package config.java;
 
public class TestVarAccess
{
	private int instanceVariable;
	private static int staticVariable;
 
	void localVarAccess(int val)
	{
		int localVariable = 0;
		for (int i = 0; i < val; i++)
		{
			localVariable += i;
		}
	}
	void staticVarAccess(int val)
	{
		for (int i = 0; i < val; i++)
		{
			staticVariable += i;
		}
	}
	void instanceVarAccess(int val)
	{
		for (int i = 0; i < val; i++)
		{
			instanceVariable += i;
		}
	}
}

Download this snippet

Twitter Twitter

1 Comments to “ test”

  1. Anonymous  on Jun 11, 2010

    P8TJB5 <a href="http://mbzqdpnjnigv.com/">mbzqdpnjnigv</a>, [url=http://cmgpnlvocnkt.com/]cmgpnlvocnkt[/url], [link=http://wpbmnprcacem.com/]wpbmnprcacem[/link], http://sohlvxcoxbwy.com/

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>