User Profile

Collapse

Profile Sidebar

Collapse
javalover
javalover
Last Activity: Oct 5 '07, 11:36 AM
Joined: Aug 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • javalover
    replied to Log4j
    in Java
    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?...
    See more | Go to post

    Leave a comment:


  • javalover
    started a topic Log4j
    in Java

    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
    See more | Go to post

  • javalover
    started a topic Have a problem on static modifier
    in Java

    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
    See more | Go to post
No activity results to display
Show More
Working...