bhandari's Profile
Reputation: 7
Worker
- Group:
- Author w/DIC++
- Active Posts:
- 763 (0.39 per day)
- Joined:
- 31-January 08
- Profile Views:
- 7,150
- Last Active:
Feb 18 2012 01:13 AM- Currently:
- Offline
Previous Fields
- Country:
- IN
- OS Preference:
- Windows
- Favorite Browser:
- Internet Explorer
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- Playstation
- Your Car:
- Who Cares
- Dream Kudos:
- 900
Latest Visitors
-
HouseFinch 
14 Apr 2013 - 02:25 -
Gungnir 
30 May 2012 - 01:59 -
strawhat89 
26 Apr 2012 - 05:02 -
Mylo 
18 Feb 2012 - 02:06 -
modi123_1 
21 Oct 2011 - 09:06
Blog entries
Java/SCJP > SCJP Notes - Part 8
Posted 04 April 2008
1) Static blocks/static methos/static variables are executed first in the order of thier appearance in the code.
After executing static's instance blocks/instance methos/instance variables are executed.
2) The reference may be null when calling a static method from main method.
3) float arr[][] = new float[][10]; is wrong
float arr[][]...
After executing static's instance blocks/instance methos/instance variables are executed.
2) The reference may be null when calling a static method from main method.
3) float arr[][] = new float[][10]; is wrong
float arr[][]...
Java/SCJP > SCJP Notes - Part 7
Posted 31 March 2008
1) The final keyword on a method means that the method cannot be overridden in a subclass. But since the main() method is a static method, it can't be overridden anyway. So making the main() method final makes no sense.
2) main method can be final.
3) A class without a main method can be run by JVM, if its ancestor class has a main method....
2) main method can be final.
3) A class without a main method can be run by JVM, if its ancestor class has a main method....
Java/SCJP > SCJP Notes - Part 6
Posted 27 March 2008
Java/SCJP > SCJP Notes - Part 5
Posted 27 March 2008
Java/SCJP > SCJP Notes - Part 4
Posted 27 March 2008
My Information
- Member Title:
- D.I.C Addict
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Years Programming:
- 4
- Programming Languages:
- Java
Contact Information
- E-mail:
- Private
- Website URL:
-
http://
Friends
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
bhandari has no profile comments yet. Why not say hello?