Forum: Java Oct 30th, 2006 |
| Replies: 0 Views: 978 Is there any class in the swing package in java like the List View in the VB...Just to recall..the List View is one List box with icons ..best example is windows explorer...I was trying the... |
Forum: Java Oct 27th, 2006 |
| Replies: 5 Views: 1,953 Hi,
i can sugggest that for reading use input from console u may try using BufferedReader from java.io. Like the one below:
public class PrintSquare {
public static void... |
Forum: Java Sep 29th, 2005 |
| Replies: 1 Views: 2,857 Hi,
Why are Java programmers not provided with a sizeof operator as in C/C++ to know the size of the datatypes or objects..? Do the programmers really dont need it while using data strucures... |
Forum: Java Sep 29th, 2005 |
| Replies: 1 Views: 2,181 Hi,
Can anyone please tell whats the size of a boolean variable declared in Java? |
Forum: Java Sep 1st, 2005 |
| Replies: 9 Views: 3,046 hi all,
Can we create an exe for a Java application so that we can run it directly by executing the exe? |
Forum: Java Sep 1st, 2005 |
| Replies: 3 Views: 3,629 hi,
can anybody please help me understand the difference between java runtime and java virtual machine? |