Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Eng.Fouad
Eng.Fouad has asked
116
questions and find answers to
284
problems.
Stats
9.0k
EtPoint
3.1k
Vote count
116
questions
284
answers
About
I am in love with Java.
Eng.Fouad questions
How can I calculate the execution time of some method theoretically?
How to use global arrays in bash?
Reflection: Why are there methods like setAccessible()?
Comparator for a specific column in JTable
Algorithm: Put y balls into x boxes where x <= y
How to set focus on specific JTextfield inside JOptionPane when created?
What is the best way to serialize an image (compatible with Swing) from Java to Android?
warning: comparison between pointer and integer [enabled by default] in c
Creating custom JFileChooser
Android Support Library v17
Eng.Fouad answers
Value of 1024 has one bit more in binary representation that value of 1
how split string in java
How to reload the screen when changing languages in JavaFX?
How to scale a Graphics2D image with transparent padding
What is the best way to serialize an image (compatible with Swing) from Java to Android?
Java how to add image as background in layout
Scope problems with 'this' keyword [duplicate]
Integer.valueOf Arabic number works fine but Float.valueOf the same number gives NumberFormatException
Are there helper classes that implement logical operations on boolean collections in any of the standard libraries?
replaceFirst does not work, but replace works on the exact same input?