anandkumarjha

anandkumarjha

Member

Member since
Aug 4, 2010
Last active
Nov 9, 2011
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    window xp problems

    hello CEans I am not able to open my icons.....whenever i am trying to do so its not opening.....i have tried to...

  2. #Threads

    271fc364-07e3-4f7d-96c1-3c8ebd0f1f83

    as we all know that by pressing (window+L) we can lock our work station. so if you want to disable this property...

  3. #Threads

    What is the use of DataInputStream and BufferedReader in java programming?

    what is the use of DataInputStream and BufferedReader in java programming????????

  4. #Threads

    tipical program in java

    Hello CEans, can you please make me understand with this program how this will be executed? class HexByte { public static void...

  5. #Threads

    73a63ac7-540c-4d54-847d-3726105af131

    what will be the output of the following codes any why????please explain.... #include<stdio.h> #include<conio.h> void main() { printf("%d",printf("%d %d",2,2)&...

  6. #Threads

    brain teaser

    main() { char thought[2][30]={"Don't walk infront me..","i am not follow"}; printf("%c%c",*(thought[0]9),*(*(thought 0)5)); } What will be the output of th...

  7. #Threads

    native method in java

    Hello CEans, can anyone please explain about how a native method works in java....please explain in detail???

  8. #Threads

    big endian little endian

    how can we know that my system is big endian or little endian???

  9. #Threads

    fd07c3a2-ef35-4d85-a92b-ae53b1dd6680

    Hello CEans can anyone explain me the use of volatile modifier in java programming???

  10. #Threads

    why this code does not execute

    //java CopyFile aage.txt boxdemo.txt import java.io.*; class copyfile { public static void main(String args[])throws IOException { int i; FileInputStream...

  11. #Threads

    563fdd99-7306-4ebf-92ee-fd9a46f6c8be

    Hello CEans What is the difference between System.out.println() and System.out.write()???

  12. #Threads

    a9904093-2ae2-4b5f-a6cf-4515108565a1

    Hello everyone how Annotation is used in the java programming?