Skip to content

Vishal singh module2#67

Open
vishalsingh456 wants to merge 8 commits intohotwax:mainfrom
vishalsingh456:vishalSingh-Module2
Open

Vishal singh module2#67
vishalsingh456 wants to merge 8 commits intohotwax:mainfrom
vishalsingh456:vishalSingh-Module2

Conversation

@vishalsingh456
Copy link

I have learned few concepts of java in this module as well. Using that I have implemented few concepts of java including Serialization, Deserialization, reading data from files etc.

Thanks to all my mentors.


try{
int a = allWords.get(value.getKey());
if(a < value.getValue() ){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly use meaningful variable names.

}
}
}

No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add more comments in the code.

thread2.start();
}
}

No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comments in the code as it will improve the readability of the code.

@@ -0,0 +1,37 @@
import java.io.*;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please import all the packages explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants