Explain Codes LogoExplain Codes Logo

Best Articles — Page 202

How do I check file size in Python?

python
file-size
pathlib
file-handling

Adding two numbers concatenates them instead of calculating the sum

javascript
type-conversion
input-validation
parseint

How do I determine whether an array contains a particular value in Java?

java
arrays
streams
performance

How to wait until an element exists?

javascript
async-await
mutation-observer
element-detection

How to set thousands separator in Java?

java
decimalformat
bigdecimal
numberformat

Html5 dragleave fired when hovering a child element

html
event-handling
browser-compatibility
drag-and-drop

How to select a radio button by default?

html
radio-button
form-accessibility
angular

Is the SQL WHERE clause short-circuit evaluated?

sql
query-optimization
best-practices
short-circuiting

Deprecated Java HttpClient - How hard can it be?

java
httpclient
exception-handling
connection-pooling

Fastest way to determine if record exists

sql
exists
nolock
performance

Sqlite DateTime comparison

sql
date-comparison
datetime-functions
error-handling

How to center cards in bootstrap 4?

html
bootstrap
flexbox
responsive-design

I get exception when using Thread.sleep(x) or wait()

java
multitasking
interruptedexception
concurrency

How do I convert a Map to List in Java?

java
map-to-list
streams
java-8

List of special characters for SQL LIKE clause

sql
like-clause
wildcards
database-collation

Getting JavaScript object key list

javascript
object-manipulation
keys
underscore

Disable cache for some images

html
cache-control
http-headers
cross-browser

Replacing NULL with 0 in a SQL server query

sql
null-handling
performance
aggregate-functions

Does a finally block always get executed in Java?

java
finally
best-practices
exception-handling

How to generate a new Guid in stored procedure?

sql
guid
stored-procedure
best-practices