Public void Methos(){ Int I;Int a[]=new int[10]; S.O.P(i); For(int k=0;k
Latest Answer: The getActionCommand() method returns an String associated with that Component set through the setActionCommand(), whereas the getSource() method returns an Object of the Object class specifying the source of the event. ...
If u have a table with columns empid,empname,salary, Write a query to get maximum 5 salary drawing employees?
Latest Answer: Portability is the ability to run a program on different platforms. Java applications and applets run on different mechines with no changes. Java provides source code portability. A given Java program should produce identical results regardless of the ...
Latest Answer: Java is platform independant at both the source and the binary level. Platform independance is the programs capability of moving from 1 computer system to another. Java binary files called bite codes are also platform independant and can run on multiple ...
Latest Answer: JRadioButton is used to create radio buttons as well as check box. if we add more than one radio button to a JRadioButtonGroup, then from all those buttons we can select one of themex:Let male,female,ac,nonac are radio button obj. here we have ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top