VOOZH about

URL: https://www.javacodegeeks.com/author/Rakesh-Cusat

⇱ Rakesh Cusat, Author at Java Code Geeks


  • Core Java👁 Image
    Rakesh CusatJune 11th, 2014
    1 84

    Code4ReferenceList Recently Used(LRU) implementation using LinkedHashMap

    Recently I stumbled on one of the Java interview questions: “Implement List-Recently-Used (LRU) Cache using Java collection class?” If you…

    Read More »
  • DevOps👁 Image
    Rakesh CusatJune 10th, 2014
    0 91

    MySQL error: Can’t connect to MySQL server

    You may have stumbled on this MySQL error. If you have already seen this before, then it’s really easy to…

    Read More »
  • Enterprise Java👁 Image
    Rakesh CusatJuly 5th, 2013
    2 297

    Apache Server and JMeter debugging

    I had been using JMeter to generate load for my production server to test my application. The test-plan has 13+…

    Read More »
  • Enterprise Java👁 Image
    Rakesh CusatJune 20th, 2013
    1 1,751

    JMeter custom function implementation

    JMeter provides functions that can be used in the sampler. While writing complex test-plan you feel that JMeter is lacking…

    Read More »
  • Software Development👁 Image
    Rakesh CusatOctober 31st, 2012
    3 785

    Debugging SQL query in MySQL

    Recently I started writing SQL query for analyzing and debugging the production code. But I was surprised to see that…

    Read More »
  • Android Core👁 Image
    Rakesh CusatSeptember 26th, 2012
    0 361

    Android: Copy-paste with Intent and support for HTML

    Android provides support for copy and paste feature using ClipBoardManager. The developer.android.com provides a brief description along with an image…

    Read More »
  • Android Core👁 Image
    Rakesh CusatSeptember 20th, 2012
    14 1,322

    Android AlarmManager tutorial

    While writing an application, need arises to schedule execution of code in future. You may require AlarmManager to schedule your…

    Read More »
  • Android Core👁 Image
    Rakesh CusatSeptember 11th, 2012
    1 559

    Android dynamic and XML layout

    Android activity contains various user interface components e.g Button, Radio button, List, Text field etc. The user interface component can…

    Read More »
  • Android Core👁 Image
    Rakesh CusatSeptember 4th, 2012
    0 287

    Android Homescreen Widget with AlarmManager

    In this tutorial we will learn to create widget with update interval less than 30 mins using AlarmManager. New update:…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close