Explain Codes LogoExplain Codes Logo

Best Articles — Page 405

How do I make text bold in HTML?

html
semantic-markup
css
accessibility

Html - how can I show tooltip ONLY when ellipsis is activated

html
responsive-design
performance
accessibility

Reading a plain text file in Java

java
file-handling
buffered-reader
try-with-resources

Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one sql statement

sql
database-administration
sql-server
database-maintenance

How can I convert my Java program to an .exe file?

java
executable-jar
java-to-exe
packaging

Alarm Manager Example

java
alarm-management
android-development
broadcast-receiver

How do I format a long integer as a string without separator in Java?

java
string-formatting
java-8
best-practices

Access restriction on class due to restriction on required library rt.jar?

java
access-restrictions
eclipse-settings
java-compiler

Angular 5, HTML, boolean on checkbox is checked

javascript
checkbox
angular
forms

How do I terminate a script?

python
functions
best-practices
soft-skills

Sql SELECT multi-columns INTO multi-variable

sql
sql-scripts
variable-assignment
null-handling

How to mock void methods with Mockito

java
mockito
testing
unit-testing

Find Nearest Latitude/Longitude with an SQL Query

sql
geometric-operations
database-performance
sql-injection

Should I use string.isEmpty() or "".equals(string)?

java
best-practices
performance
null-pointer-exception

How to set HTTP header to UTF-8 using PHP which is valid in W3C validator

php
prompt-engineering
best-practices
multibyte-safe

Compare object instances for equality by their attributes

python
prompt-engineering
best-practices
dataclasses

Sql Server: Is it possible to insert into two tables at the same time?

sql
transaction
set-based-operations
database-performance

Correct way to try/except using Python requests module?

python
prompt-engineering
error-handling
requests-module

How do I get the current time only in JavaScript

javascript
time-manipulation
date-object
local-time

What does the exclamation mark do before the function?

javascript
prompt-engineering
best-practices
functions