I know core Java, I want to learn Maven/Gradle. But I want to know why maven or gradle is required. is there any way to understand the problem
I am wondering if it is possible to perform a fade out/fade in animation on a specific line of a textview. I have a two line textview which I would like the "ti
I have some Game entity that I want to map in GameDto. In Game I have another Game field basedOn. In GameDto I have basedOnName, basedOnId and basedOnCheckBox f
I have recently started using JedisCluster for my application. There is little to no documentation and examples for the same. I tested a use case and the result
Is there any way that I can run ClipboardManger in the background on Android 12 I developed a clipboard application where any text I copy it, It will save in my
This is the working code to capture screenshot for failure testcases in Extent reports I am trying to put inside TESTNG listeners: @AfterMethod public void tear
I am trying to replace one word in a txt file with a new one from user input (Using Java in Eclipse IDE). For example: My txt file is as follows: Jacket 12 59.9
I have to create a program in java, which is based on an ordering system. I have the following classes : orders, orders list, supplier, supplier list, payment,
ex: abc:1234567,cd:2345678,efg:3456789012 expected outcome 2345678 I tried (?!abc)\d{7,7} my result: 1234567
I have configured crashlytics as per Firebase Documentation https://firebase.google.com/docs/crashlytics/get-started?platform=android. But crash reports not gen
ex: abc:1234567,cd:2345678,efg:3456789012 expected outcome 2345678 I tried (?!abc)\d{7,7} my result: 1234567
I have three test case in different java file and want to invoke it using tomcat server by clicking html button. This is my html <form action="case1" method=
I have three test case in different java file and want to invoke it using tomcat server by clicking html button. This is my html <form action="case1" method=
I have a simple application it fails to load with the below error APPLICATION FAILED TO START Description: An attempt was made to call a method that does not ex
I saw several posts based on calling variables of one constructor to another. But I am beginner using visual studio to code, we are not using any "main" method.
I saw several posts based on calling variables of one constructor to another. But I am beginner using visual studio to code, we are not using any "main" method.
I'm using MySQL Connector/J (version 8.0.28) as the driver on client side. Following is part of my code for test purpose: PreparedStatement ps = null; String ur
I have an entity called packet, I want to update an attribute in all instances of that entity. The attribute I want to update is the price of the packet by a gi
I encountered handful of guides to creating spring data jpa projects and people configured persistence layer using properties file and javaconfig both. If we on
I encountered handful of guides to creating spring data jpa projects and people configured persistence layer using properties file and javaconfig both. If we on