Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~551 People Reached
Favorite Forums
Favorite Tags
java x 7
Member Avatar for mayur_kulkarni

i have one small application for bank in java. i run it from command prompt. now i want that , when i run my programm from cmd prompt, 4 instances of it should run on 4 different cmd prompts. they should be related to each other. if i open one …

Member Avatar for stultuske
0
97
Member Avatar for ricss_madara

class bubbleSort1{ public static void bubbleSort(int[] x) { int n = x.length; for (int pass=1; pass < n; pass++) { // count how many times // This next loop becomes shorter and shorter for (int i=0; i < n-pass; i++) { if (x[i] > x[i+1]) { // exchange elements int …

Member Avatar for mayur_kulkarni
0
89
Member Avatar for sach_ak47

Hi, All I want to write a programme in java in which i accept email address and password of any mail account . if login name and password match i want get all the email id of his friend from his account. so i want basic information or flow how …

Member Avatar for mayur_kulkarni
0
79
Member Avatar for mayur_kulkarni

i want to access COM port . i want to connect mobile handset with pc and access it through COM port. how can i do it in java .

Member Avatar for jwenting
0
58
Member Avatar for mayur_kulkarni

[B][I][/I][/B]i want to do project in mobile applicatios like voice commands or similar. can anybody help m?

Member Avatar for i_am_Andrew
0
134
Member Avatar for mayur_kulkarni

[B][I][U][B][I]i am looking for a java project . i am in final year .[/I][/B][/U][/I][/B]

Member Avatar for masijade
0
94