Explain Codes LogoExplain Codes Logo

Best Articles — Page 35

Javascript Array splice vs slice

javascript
array-methods
javascript-performance
best-practices

Javascript array search and remove string?

javascript
array-manipulation
filter-method
splice-method

Java Regex Capturing Groups

java
regex
capturing-groups
quantifiers

Java Reflection: How to get the name of a variable?

java
reflection
debugging
performance

Java: possible to line break in a properties file?

java
prompt-engineering
best-practices
properties-file

Java Ordered Map

java
map-implementation
java-data-structures
performance-optimization

Java NIO FileChannel versus FileOutputStream performance/usefulness

java
io-performance
filechannel
best-practices

Java.net.unknownhostexception: Invalid hostname for server: local

java
unknown-host-exception
hostname-resolution
network-access

Java Multiple Inheritance

java
interface
inheritance
composition

Java: method to get position of a match in a String?

java
string-manipulation
regex-patterns
performance-optimization

Java Map equivalent in C#

csharp
key-value-pair
custom-key-types
dictionary-integrity

Java Look and Feel (L&F)

java
look-and-feel
ui-design
swing

"java.lang.outofmemoryerror: PermGen space" in Maven build

java
memory-management
maven-configuration
jvm-optimization

Java.lang.outofmemoryerror: GC overhead limit exceeded

java
memory-management
garbage-collection
optimization

Java.lang.noclassdeffounderror: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

java
gradle
spring-boot
groovy

Java.lang.noclassdeffounderror: com/sun/mail/util/MailLogger with JUnit test in Java mail

java
mail-api
maven-dependencies
classpath-issues

Java how to replace 2 or more spaces with single space in string and delete leading and trailing spaces

java
string-manipulation
performance-optimization
regex

Java: How to determine the correct charset encoding of a stream

java
charset-detection
encoding
stream-processing

Java - How to create new Entry (key, value)

java
map-implementation
generics
collections

Java: how do I get a class literal from a generic type?

java
reflection-api
type-erasure
generics