No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi Friends, I have a doubt in accessing the memory address . In java there is no pointers like c . then how can we access the address of the memory variable.
Hi Friends While adding record in Ms-Access using ADODB... Last record in the database is replaced instead of adding .. I dont know why?? Plz any one help me.. [U][U] Code :[/U] Private Sub cmdAdd_Click() If ((IsNumeric(txtincome.Text) = True) And (IsNumeric(txtmobile) = True) And (IsNumeric(txtnum) = True)) Then Datacontrol.Recordset.MoveLast Datacontrol.Recordset.AddNew …
import java.io.*; class bubbleSort1{ public int x[],max; public void input()throws IOException { DataInputStream in=new DataInputStream(System.in); System.out.println("Enter the Limit:"); max=Integer.parseInt(in.readLine()); x=new int[max]; for (int pass=0; pass <max; pass++) { System.out.print("Enter the value for "+pass+" element :" ); x[pass]=Integer.parseInt(in.readLine()); } } public void bubbleSort() { for (int pass=0; pass < max; pass++) …
The End.
crbsathy