Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~19.5K People Reached
Interests
painting,cooking,reading books of Charles Dicknes
Favorite Tags
java x 22

15 Posted Topics

Member Avatar for Duki
Member Avatar for Dio1080

class pattern { public static void main() { int i,j; for(i=6;i>=1;i--) { for(j=1;j<=i;j++) { System.out.print(j); } System.out.println(); }}}

Member Avatar for JamesCherrill
0
543
Member Avatar for Megha SR

helo everyone......... could anyone of you please explain me the concept of ARRAYS. another doubt.........can anyone of you just give e the basic lgic ofbinary search, linear search, bubble sorting an selection sorting!! specially binary search and linear serch the concept i have not understod proprly!! and a smal program …

0
76
Member Avatar for Megha SR

what is the difference between call by value and call by refers=ence? can you please give an example to illustrate it?

Member Avatar for peter_budo
0
72
Member Avatar for titan5
Member Avatar for Megha SR
Member Avatar for Xufyan
0
117
Member Avatar for Megha SR

hello. i have done the followinh program to convert a String value to a double value.when i am compiling this program, i get an error as"unclosed character literal in the 18th line.can anyone say what's the problem? import java.io.*; class strin { public static String a(String s); { String j=""; …

Member Avatar for jon.kiparsky
0
125
Member Avatar for Xufyan
Member Avatar for Megha SR
0
53
Member Avatar for tinamary

abstraction is the act of representing essential features withi=out including the background details or explaination. so, abstraction is used for hiding the unnecessary or the unwanted data from being displayed. for example if you know about functions in java, the process of calling the sub function,etc is hidden from the …

Member Avatar for jon.kiparsky
0
155
Member Avatar for jemz

eg= String s="Hai! Hello Java";//this is the input or sentence whose words are to be counted [COLOR="Red"]int[/COLOR] i,words=1;//variable words is used to count the number of words. [COLOR="red"]char[/COLOR] c;//variable c is used to extract each character. for(i=0;i<s.length();i++) { c=s.charAt(i); if(c==' ')//space is counted to determine the number of words. words++;//increases …

Member Avatar for jon.kiparsky
0
125
Member Avatar for Megha SR

hello. i have just started learning functions in java. i have done the below program to find area of rectangle,triangle and square. it is a private class. class calcu { void rectangle(int l,int b) { int area1; area1=l*b; System.out.println("area of rectangle = "+area1); } void triangle(double base,double h) { double …

Member Avatar for NormR1
0
76
Member Avatar for Megha SR

i have got a program to convert a double value to a string. eg==INPUT= 3.65 OUTPUT=three point six five. can anyone give the solution.

Member Avatar for Megha SR
0
105
Member Avatar for Sunshineserene

ther's a simple program 4 tat. Here it is............ u can use this method if u hv finished String class import java.io.*; class split { public static void main()throws IOException { BufferedReader x=new BufferedReader(new InputStreamReader(System.in)); String a; int i,j; char c; System.out.println("Enter a word to split the letters"); a=x.readLine(); for(i=0;i<a.length();i++) …

Member Avatar for jon.kiparsky
1
525
Member Avatar for Megha SR

guys........ can anybody help me in FUNCTRIONS?? i'm not able to understand it. can u show me examples also???????? pls:icon_confused: :cool: pls reply............. thankyou.........:?:

Member Avatar for JamesCherrill
0
98

The End.