pls help me
did any one know about the scope the thunderhead technology.
thanks in advance
User Profile
Collapse
-
thunder head tool
now i am leaning thunderhead tool for my project.will it be useful for my carrier.can any one tell about the scope of the thunder head tool .which are the companies using this tool? -
Re:
Thanks dheerajjoshim !!!
For instance when pound symbol is saved in database and while retrieving it gives a weird character with a latin letters. Got the solution of using UTF-8 for eliminating the character. Still its not constant. There is a transition in output. Can anyone help me to sort out?Leave a comment:
-
how to eliminate weird characters?
how can i block the weird characters ,when the user has given the request as weird characters in my html text box.how can i use java script to filter that character and that should not be displayed. -
which is the platform used for java development? and do we hava different compilers for different operating systems?Leave a comment:
-
exceptions
can we say all compile time error messges are build in exceptions in java software -
doubt in main()
can we write main ( ) without static keyword.if yes tell me the way.Because i am getting run time exception. -
-
what is the logic
Code:public static void main(String[ ] args) { int x = 5; while (x > 1) { x = x + 1; if (x < 3) { System.out.println("small x"); } } }
the output of the program is smallx but how?
No activity results to display
Show More
Leave a comment: