← prev | next →
aniketdeshmukhh 2022-07-29 05:26:45
I have done jrtp20
Oscar K.T.m 2022-07-29 05:27:09
Debiprasad Dash 2022-07-29 05:25:58
How was the teaching
Ashok sir teaching is good
Oscar K.T.m 2022-07-29 05:27:25
aniketdeshmukhh 2022-07-29 05:26:45
I have done jrtp20
2022 latest i have done
Loke 2022-07-29 05:27:45
u have notes jrtp18 notes
Loke 2022-07-29 05:28:01
AD pls msg me
Loke 2022-07-29 05:28:37
aniketdeshmukhh 2022-07-29 05:26:45
I have done jrtp20
mag me personally
Loke 2022-07-29 05:29:17
Oscar K.T.m 2022-07-29 05:25:02
I have completed
u have jrtp notes
Aishuu 2022-07-29 07:04:05

Anyone explain on the basis of JVM
Krish 2022-07-29 07:10:55
First class loader: in this stage JVM load. Class file into memory
After byte code verifier verify the byte code file whether it is compiled from valid then execution
None 2022-07-29 07:13:23
1. Start JVM.
2. Create and start Main Thread by JVM.
3. Locate(find) Test.class by main Thread.
4. Load Test.class by main Thread. // static variable creation
5. Execution of main() method.
6. Unload Test.class // static variable destruction
7. Terminate main Thread.
8. Shutdown JVM.
Aishuu 2022-07-29 07:22:37
Ok thku
smartcoder69 2022-07-29 07:44:55
Aishuu 2022-07-29 07:04:05
Anyone explain on the basis of JVM
Java Virtual Machine Startup
Load the Class Test
Link Test: Verify, Prepare, (Optionally) Resolve
Initialize Test: Execute Initializers
Invoke Test.main
Loading of Classes and Interfaces
Linking of Classes and Interfaces
Initialization of Classes and Interfaces
Creation of New Class Instances
Finalization of Class Instances
Unloading of Classes and Interfaces
Program Exit
Aishuu 2022-07-29 07:45:14
Thkuu
Renuka Uppari 2022-07-29 08:33:48
How to call store procedures in springboot
Renuka Uppari 2022-07-29 08:33:51
Please help me
NePssTeR 2022-07-29 09:47:56
blueburn11 2022-07-28 04:45:39
Guys can anyone help me with this, even after adding the jar to classpath still it is throwing error….so is there any way out ?
Driver manager.registerDriver( new oracle.jdbc.driver.OracleDriver());
also add your ojdbc jar file to your projects library from properties.
blueburn11 2022-07-29 09:50:23
NePssTeR 2022-07-29 09:47:56
Driver manager.registerDriver( new oracle.jdbc.driver.OracleDriver());
also add your ojdbc jar file to your projects library from properties.
Actually i have added the jar file to classpath still it didn’t work out but after adding external jar file it worked out, Thank you
beste şankaynağı 2022-07-29 11:11:36
How do I write a test for this method?
beste şankaynağı 2022-07-29 11:12:42
Junit test
Hemanth Palaparthi 2022-07-29 11:14:28
i have extended the PagingAndSortingRepository also
Hemanth Palaparthi 2022-07-29 11:14:28
Hemanth Palaparthi 2022-07-29 11:14:28
i am getting this error
Hemanth Palaparthi 2022-07-29 11:14:28
Hemanth Palaparthi 2022-07-29 11:14:28
Hello i am trying to do the pagenation but it’s not working can anyone please help in this
beste şankaynağı 2022-07-29 11:28:07
beste şankaynağı 2022-07-29 11:11:36
How do I write a test for this method?
This is very important and urgent. I will be grateful if you could help me.
Rohit 2022-07-29 12:43:18
U can use moking approach
Rohit 2022-07-29 12:45:13
Jus mock those dependencies with dummy data use mockito with junit5
Rajeev Vaddiparthi 2022-07-29 12:57:17
Hemanth u need to call methid method which returns page object
Rajeev Vaddiparthi 2022-07-29 13:03:16
Hemanth check once which method takes input param as page object that method you need to use .
Chitra Joshi 2022-07-29 13:14:06
Hey…i have one MCQ exam on java & react wii anyone help
← prev | next →