Explain Codes LogoExplain Codes Logo

Best Articles — Page 259

What is “the inverse side of the association” in a bidirectional JPA OneToMany/ManyToOne association?

java
encapsulation
performance
orm

String variable interpolation in Java

java
string-interpolation
string-format
text-blocks

Java: Multiple class declarations in one file

java
best-practices
class-organization
java-11

Is there a way to automatically generate getters and setters in Eclipse?

java
code-snippets
lombok
getter-setter

Can we pass parameters to a view in SQL?

sql
udf
stored-procedures
session-context

When I catch an exception, how do I get the type, file, and line number?

python
exception-handling
logging
traceback

Are getters and setters poor design? Contradictory advice seen

java
best-practices
design-patterns
encapsulation

Sql Server: Cannot insert an explicit value into a timestamp column

sql
data-types
datetime
timestamp

Mysql "CREATE TABLE IF NOT EXISTS" -> Error 1050

sql
database-performance
data-integrity
best-practices

Mysql - Selecting data from multiple tables all with same structure but different data

sql
database-engine
query-optimization
data-management

Hide header in stack navigator React navigation

javascript
react-navigation
header-visibility
mobile-app-development

Recommended way to get hostname in Java

java
network-infrastructure
hostname-retrieval
java-library

What are good alternatives to SQL (the language)?

sql
database-language
sql-alternatives
data-access

How to apply CSS page-break to print a table with lots of rows?

html
responsive-design
page-break
css-properties

Bootstrap Modals keep adding padding-right to body after closed

web-development
responsive-design
best-practices
javascript

Intellij Idea: Importing Gradle project - getting JAVA_HOME not defined yet

java
intellij-idea
gradle
java-home

React Hook Warnings for async function in useEffect: useEffect function must return a cleanup function or nothing

javascript
async-programming
use-effect
react-hooks

Use JavaScript to place cursor at end of text in text input element

javascript
prompt-engineering
settimeout
focus-event

Get pixel color from canvas, on mousemove

javascript
performance
requestanimationframe
event-listeners

Html5 record audio to file

html
audio-export
javascript-promises
user-consent