일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- jpa
- android
- 데이터베이스
- 인프라
- Database
- kotlin
- 자바네트워크
- 자바
- chatGPT's answer
- GPT-4's answer
- JVM
- oracle
- Java
- 자바암호
- 고전역학
- 시스템
- spring integration
- flet
- write by GPT-4
- spring data jpa
- 소프트웨어공학
- 리눅스
- python
- 역학
- NIO
- 웹 크롤링
- 코틀린
- 유닉스
- write by chatGPT
- 파이썬
- Today
- Total
목록자바 (84)
기억을 지배하는 기록
원문: http://blog.dynatrace.com/2011/04/12/the-cost-of-an-exception/ The Cost of an Exception 최근에 “Exception” 비용에 대한 큰 논의가 dynatrace에서 있었다고 합니다. 대부분의 고객이 Exception이 Application Performance에 미치는 영향에 대해서 고려하지 않는다고 한다. Exception 비용을 측정할 수 있는 간략한 Code를 ..
The impact of Garbage Collection on Java performance원문:http://blog.dynatrace.com/2011/03/24/the-impact-of-garbage-collection-on-java-performance/ Major GC가 성능면에서 부정적인 영향을 주는 것은 명백 하지만 우리가 주의해야 할 것이 Major GC 만은 아닙니다. 그리고 우리가 항상 Major GC와 Minor GC을 구분할 수 있는 것도 아..
Introduction to servlet 3.0 new features The servlet 3.0 specification has come up with many new and exciting features. This article explains the major changes since the previous specification. Web framework pluggability Servlet API is the building block of the Java web applications. Almost all the java web application frameworks build on top of the Servlet API. Examples are Sp..
JDK 7 Version Plan Project Coin (JSR TBD) InvokeDynamic (JSR 292) Fork/Join Framework Mid 2011 Strict Verification Parallel Class Loaders Transfer Queues Phasers Unicode 6.0 Swing Nimbus XRender Pipeline ECC Swing J Layer More New I/O (J SR 203) JDBC 4.1 TLS 1.2 Enhanced Locales SDP & SCTP JDK 8 Version Plan Project Jigsaw Project Lambda Late 2012 Type Annotations (JSR 308) Bul..
Inspecting HotSpot JVM OptionsIntroductionA method for inspecting the comprehensive set of HotSpot JVM options and some examples comparing different outputs.BackgroundThe Oracle JVM provides an enormous spectrum of options to control the runtime JVM. These options are given a criminally short and non-comprehensive discussion at the OTN here. OTN divides these options into three..
This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection as well as robust context management for Java EE. Led by Gavin King, JSR 299 aims to synthesize the best-of-breed features from solutions l..
This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the soon to be finalized Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection for Java EE. Led by Gavin King, JSR 299 aims to synthesize the best-of-breed dependency injection features from soluti..