Lokesh Gupta
Administrator
Hello, This is me. I have worked in different positions in big organizations such as Hewitt Associates, Hughes Systique, Adobe and Bank of America. I love to discuss technical things, and that’s precisely why I am here.
I have around 15 Yrs of experience in Java, which has increased my hunger to learn even more. In HowToDoInJava, I will write on different topics occasionally and would love to engage in meaningful, serious discussions with you folks.
My other hobbies include playing Table Tennis, Badminton, and Carom. I also love watching all kinds of Hollywood movies. In fact, I am a big fan of Steven Spielberg, James Cameron, and Tom Hanks.
Hi Lokesh
I am a Java developer from China. I really like your tutorial. I want to translate it into Chinese and put it on github. I hope to get your permission.
Please add a link to the original tutorial.
I want to join you. Can you give me a Github link?
Your blog is great start point for all beginner or advanced java programmers. Keep it up :)
Simply superb… really nice work lokesh. :)
Hi Lokesh
Really appreciate with your bold articles, i love almost all.
I am just practicing my self for microsevice example. so you have consolidate example, with gateway+ragistry+auth(Oauth 2)+Any service.
If you had please share code with me
If possible can you please share your whats app contact number.
tks for share Java 8 Tutorial.
:)
Hello Sir,
Really loved your blogs.
Please share some good practical reading materials or your blog if any for Apache Kafka with Java and Docker complete example.
Regards,
Salman Khan
Hi,
Can you write an article about why method definition is now allowed in interfaces from Java 10?
Thanks
HI Lokesh, you explain this concurrency topics in a great way, but I cannot find synchronized volatile explained by you.
i want know to use apache library in our website it requires some licence if yes then how please reply fast
No license is needed.
Hi Lokesh,
for some reason your singleton page captcha is not working well, so I post my comment here.
In your Lazy initialization part, you named the double checked version implenetation as EagerSingleton.
Since its not an Eager initialization i would recommand changing the class name. Apart from that I like very much your blog.
I will check it. And thanks for letting me know about captcha thing. I will fix it.
hi lokesh..I want to uninstall oracle10gxe.while deleting msvcr71.dll and oci.dll it is showing an error msg that “the action can’t be completed because it is open in windows explorer”.please suggest me how i will delete msvcr71.dll and oci.dll??
Restart the system and kill all oracle processes from windows services or task manager. You should be able to delete all files now.
Just a feedback,… U r awesome! Its a great learning experience for all java developers.
Thanks !!
Hi Lokesh, I am trying to display ebills information when a click on view or pay bill. I am trying to do this using spring mvc hibernate jsp. Regarding this i need to send a detailed mail to your mail id inorder to fix some issues.
howtodoinjava[at]gmail[dot]com
hi
do you have any working examples of spring security using
KeyBasedPersistenceTokenService?
My requirement is to use json/rest architecture with Spring MVC 3 annotations, spring security with token exchange.
thanks
I will work on it.
yeah,I also want a same example where spring security has been implemented with OAuth protocol.OAuth 2.0 is been used by all sites(FB,G+,ebay) to grant permission 3rd party users to use their data.
I’m sure Lokesh will help on this.It would be helpful for him also.
great job.. really good information.. all at one place..
can u explain these problem clearly
2) If the class contains members of any class type then only the object references to those members are copied and hence the member references in both the original object as well as the cloned object refer to the same object.
Read :: https://howtodoinjava.com/java/cloning/a-guide-to-object-cloning-in-java/