Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pmahmud/javapractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaPractice

This repository have some java source codes that I am writing to prepare for technical interviews.

If you are using git-bash for windows, these custom bash commands may come

handy:

  • create a bash file without the extension: name it : "jv" location: C:\Program Files\Git\usr\bin

  • Compile the file first and then run it to see the output javac $1.java;java $1 For example, if you have a file called HelloWorld.java, you would type in the terminal: jv HelloWorld

  • Clean all the class files rm *.class

  • Create new file bash new see contents of "new": it basically increment count and create a new file copying the contents of s1.java and creating a s(incrementedValue).java

  • See the last file count cat count

The following list is little bit unorganized at the moment. I have done whatever came up in my mind. Later I may want to come back to it and organize a bit so that somebody else can find this repo useful.

List of files in this directory: see list.md

About

Practice some java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages