User Profile
Collapse
-
-
Difference between char and byte data types
Pls let me know Difference between char and byte data types in core 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]... -
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()){
... -
forms[0]
Pls explain me following code.
var cboxlen= document.forms[0].filterfieldnam e[document.forms[0].filterfieldnam e.selectedIndex].value;
No activity results to display
Show More
Leave a comment: