Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
khachik
khachik has asked
38
questions and find answers to
80
problems.
Stats
2.2k
EtPoint
659
Vote count
38
questions
80
answers
About
khachik questions
`MessageBox`, `SaveFileDialog` in .NET: which version should I use?
"Java concurrency in practice" - cached thread-safe number factorizer (Listing 2.8)
Reusing java.util.Random instance vs creating a new instance every time
Understanding java.util.Calendar WEEK_OF_YEAR [duplicate]
java: `volatile` private fields with getters and setters
Spring - catch bean creation exception
Java conditional compilation: how to prevent code chunks from being compiled?
khachik answers
Linux find files and grep then list by date
Patterns to compensate for lack of runtime method lookup based on polymorphic args in Java?
Convert java Date to a chronologically sortable string?
Runtime.getRuntime().exec(), executing Java class
Converting string to integer hex value "Strange" behaviour
Passing a file as a command line argument and reading its lines
convert int color to int components
determine if a string is absolute URL or relative URL in java
java code to search all .doc and .docx files from local system
Within a method m in a class C, isn't this.getClass() always C? [closed]