Forum: Java Jul 25th, 2009 |
| Replies: 6 Views: 436 (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: 224 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: 224 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... |
Forum: Computer Science Jul 10th, 2009 |
| Replies: 6 Views: 667 |
Forum: Computer Science Jul 2nd, 2009 |
| Replies: 6 Views: 667 which one is difficult among development platform to learn J2EE or Dot Net and make a career out of it?
who is a gifted one a J2EE developer or a Dot Net Developer? |
Forum: Computer Science Jun 30th, 2009 |
| Replies: 0 Views: 346 Hi,
I joined a company on 1st of June and I am going to get my 1st month salary. And the one responsible for this to happen is my sister. She after finishing her BE-computer science from one of... |
Forum: C# Jun 26th, 2009 |
| Replies: 4 Views: 278 Thanks for the info.
i have a doubt.
say for eg: there is a word called Abilene. In the en_US.dic it is represented as /M("some ASCII char")Abilene/. what is this ASCII char value?
I wrote a C++... |
Forum: C# Jun 26th, 2009 |
| Replies: 4 Views: 278 Your information was very helpful. Thanks a Lot |
Forum: C# Jun 25th, 2009 |
| Replies: 4 Views: 278 Hi,
I am interested in developing a windows application(yet to start). This application needs a dictionary database for cross referencing similar to a unscramble app. where can i get a... |
Forum: C++ Jun 23rd, 2009 |
| Replies: 14 Views: 477 ya ur right i shouldn't have given him the code.What shall i do now? |
Forum: C++ Jun 23rd, 2009 |
| Replies: 14 Views: 477 hey fadia, i think this wil work 4 ur need.#include <iostream>
using namespace std;
int main ()
{
int x=0,Donate=0,i=0,l=1;
while(l==1)
{
if(Donate<1000) |
Forum: JSP Feb 16th, 2009 |
| Replies: 4 Views: 680 thank u very much for a valuable suggestion. i will try this and will trun back to u with the result. |
Forum: JSP Feb 16th, 2009 |
| Replies: 4 Views: 680 i tried the include tag of JSP tag library. but its still static.i want a dynamic thing. like only after clicking the link it should show Hello in the Same index.jsp. |
Forum: JSP Feb 13th, 2009 |
| Replies: 4 Views: 680 my Assignment is this : there is a index.jsp with header welcome.And a link "open".when someone click this "open" this must show HELLO in the same index.jsp. And this Hello must be from another jsp... |