Forum: Java Jul 25th, 2009 |
| Replies: 6 Views: 447 (char) of 97 is 'a'....so us this property.
1. 1st main for loop that prints till
a
b a b
c b a b c
d c b a b c d
to print this u need 2 for loops inside the main for loop
1st first for loop... |
Forum: Java Jul 23rd, 2009 |
| Replies: 3 Views: 228 I thank all the contributors of this forum. You guyz helped me to crack a logic for sequential* unscramble app.
i was cracking my head to build this app within 2days...got it *working now......:)... |
Forum: Java Jul 22nd, 2009 |
| Replies: 3 Views: 228 Hi,
i searched a lot in JAVA documentation, but couldn't find a buffer API
1) can grow dynamically.
2) the existing content must shift right if i insert a new element in the existing content... |