User Profile

Collapse

Profile Sidebar

Collapse
pariforum
pariforum
Last Activity: Apr 12 '07, 03:55 AM
Joined: Mar 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pariforum
    started a topic Log4j
    in Java

    Log4j

    Please let me mail log4j download url
    See more | Go to post

  • pariforum
    started a topic Difference between char and byte data types
    in Java

    Difference between char and byte data types

    Pls let me know Difference between char and byte data types in core java
    See more | Go to post

  • pariforum
    replied to Code meaning
    in Java
    Thanks a lot. I have one doubt.
    t.add("hello");
    t.add("a");
    In this is element object ?.How is this possible without new key word.Pls reply me.




    Hope thats clear !! Na ?[/QUOTE]...
    See more | Go to post

    Leave a comment:


  • pariforum
    started a topic Code meaning
    in Java

    Code meaning

    In the following code,please explain Iterator it=t.iterator() ; and Object o=it.next();.

    import java.util.*;
    class TreeSetDemo{
    public static void main(String args[]){
    TreeSet t=new TreeSet();
    t.add("hello");
    t.add("a");
    t.add("hi");
    t.add("b");
    System.out.prin tln(t);
    Iterator it=t.iterator() ;
    while(it.hasNex t()){
    ...
    See more | Go to post

  • pariforum
    started a topic forms[0]

    forms[0]

    Pls explain me following code.

    var cboxlen= document.forms[0].filterfieldnam e[document.forms[0].filterfieldnam e.selectedIndex].value;
    See more | Go to post
No activity results to display
Show More
Working...