8 Posted Topics
Best option is to format your system drive. Once your system is massively infected with malware, trojan - you cannot truly recover. Even if you do it would be temporary.
Try this to get d first word of a line [CODE]String firstWord; int spaceIndex = s.indexOf(' '); if(spaceIndex == -1) firstWord = s; else firstWord = s.substring(0,spaceIndex); [/CODE] Then use same logic to get the last word (use newline char instead of ' '). Store the line numbers which satisfy …
most often than not it is d cable that is the problem as it is in your case :)
simply use two conditions in your code.. One which skips the code if it finds $sp. The other which finds sp and replaces it with $sp.
Is it possible to write a code that prints 'its own code' when executed? Just a thought.
parseint will convert only numbers (0,1,2..) and not any other characters to int. Use compareTo() method in a condition to execute corresponding code.
Complete Reference by Herbert Schildt - Refer his books for any programming language you want to learn. Here Java
The End.
adityats2020