Search:

Type: Posts; User: Cruger

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,559

    Re: Java code for hide a file

    @GregBrannon Let's say I have a text file named Main.txt. And I have a java code in Hide.java in the same folder. What I want is when I'm executing the Hide.java I want to hide the Main.txt file.
    By...
  2. Replies
    3
    Views
    1,559

    Java code for hide a file

    Hi, there
    I want to hide a file in windows 7 using a java.
    But I didn't find an effective way to do so.
    Can somebody post a sample code to hide a file using java in windows 7?
    I'm using JDK 7...
  3. Replies
    2
    Views
    1,345

    How to find the time complexities

    This is a simple code I made. Can somebody tell me how to find the time complexity of this code?
    Here is the code:


    for(i = 0; i< n; i++)
    for(j =1; sum = a[0]; j <= i; j++)
    sum += a[j];...
Results 1 to 3 of 3