Originally posted by apoorba mohapatra:
Can it be like this:
When you think "is-a", you should use an abstract class. When you think "can-act-like-a", use an interface.
Originally posted by Mathangi Shankar:
Hi,
We are just assigning a value in the array of type int!!!
class ArrayTest {
static int [ ] intArray = new int [5] ;
static int[ ] intArray1 = new int [1] ;
// intArray1[0] = 5;
static char [ ] charArray = new char [5] ;
public static void main (String [ ] args) {
System.out.println (charArray [1] ) ;
intArray1 = intArray ;
}
}
Originally posted by Mike Gershman:
Gjorgi, what country are you asking about?
Originally posted by Jeroen Wenting:
there is no best language...
Most people I encountered in junior jobs were doing Cobol. But of course that was because I was one of them and we were all doing Cobol training together