Learn while Working

Purpose of the blog is to learn things while you working. There are may things we do but we don't know the implementation and importance of those things. Lets learn those things

Wednesday, 1 January 2020

useful link

1. Thread dump
https://dzone.com/articles/how-analyze-java-thread-dumps

2. SSL connection
http://publib.boulder.ibm.com/httpserv/ihsdiag/ihs_performance.html#SSL
Posted by learner at 23:09
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search This Blog

Pages

  • Home
  • About Me

Blog Archive

  • ►  2023 (1)
    • ►  September (1)
  • ►  2022 (11)
    • ►  December (1)
    • ►  November (1)
    • ►  October (2)
    • ►  September (7)
  • ►  2021 (1)
    • ►  April (1)
  • ▼  2020 (3)
    • ►  October (1)
    • ►  April (1)
    • ▼  January (1)
      • useful link
  • ►  2019 (1)
    • ►  December (1)
  • ►  2015 (13)
    • ►  May (6)
    • ►  April (1)
    • ►  January (6)
  • ►  2014 (4)
    • ►  May (1)
    • ►  April (3)

Popular Posts

  • Remote debugging using Tomcat with eclipse
    Remote debugging using Tomcat with eclipse The Java debugger has a client/server design so that it can be used to debug programs that r...
  • Sorting Techniques use in Java
    According to the Java 7 API doc for primitives: Implementation note: The sorting algorithm is a Dual-Pivot Quicksort by Vladimir Yaros...
  • Marriage Shopping
    Necessary household item after marriage. I purchased following items: 1. Refrigerator: 235 liter LG refrigerator 1. https://amzn.to/2...
  • Inversion of control
    Class ArrangeDuties {     Employee e;     ArrangeDuties(int type)     { if(type==1)            e = TechEmp(); el...
  • Time Management
     Time Management Be selective - select most important work first Biggest, hardest and most important task -- tackle most important task firs...
  • Layered Architecture V/S Tiered Architecture
    Logical layers are merely a way of organizing your code. Typical layers include Presentation, Business and Data – the same as the tradit...
  • Daemon thread in Java
    A daemon thread is a thread, that does not prevent the JVM from exiting when the program finishes but the thread is still running. An e...
  • Securing GRPC Traffic
      the communication between the calling microservice and the recipient microservice happens over HTTP in a RESTful manner with JSON messages...
  • Security chapter 2
      DATA IN TRANSIT Encryption  helps you achieve confidentiality. A cryptographic operation makes sure that the encrypted data is visible onl...
  • Processing SQL Statements with JDBC
    Processing SQL Statements with JDBC We have to follow following steps in any SQL statement with JDBC: 1. Establishing a connection...
Picture Window theme. Powered by Blogger.