User Profile
Collapse
-
I am using Log4J in my project.But it is huge standalone project.Can you tell me how can i do it programmaticall y please?... -
Log4j
How can configure the downloaded Log4j software with myjdk1.5.
What is the use of Log4j.can any one please give me a sample with steps.
I am a beginer on that -
Have a problem on static modifier
public class X {
2. private static int a;
3.
5. public static void main (String[] args) {
6. modify (a);
7. }
8.
9. public static void modify (int a) {
10. a++;
11. }
why it is printing '0" ..as per the question int a should get increased and print 1
I am not understanding this
No activity results to display
Show More
Leave a comment: