Skip to content

913165/PriteshMistry_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PriteshMistry_Java

Please copy below files on the respective location and change the file path in App.java on local directory.

String positionPath = "D://gls//Input_StartOfDay_Positions.txt"; String transactionPath = "D://gls//Input_Transactions.txt";

String result = strList.stream() .map(n -> String.valueOf(n)) .collect(Collectors.joining("","", "{"", ""}"));

SELECT EMP_ID,EMP_NAME,VERSION_START_DATE,VERSION_END_DATE , 'UPDATE' STATUS FROM EMP WHERE VERSION_END_DATE IN ( SELECT VERSION_START_DATE FROM EMP WHERE VERSION_START_DATE > SYSDATE -1 ) UNION SELECT EMP_ID,EMP_NAME,VERSION_START_DATE,VERSION_END_DATE, 'INSERT' STATUS FROM EMP WHERE VERSION_START_DATE > SYSDATE -1

https://dmtransapi01-20210407173723732.azurewebsites.net https://java-auth-graph-20210412024123438.azurewebsites.net/

System.out.println("Runtime.getRuntime().maxMemory() : "+(Runtime.getRuntime().maxMemory())/(1024*1024));
	System.out.println("Runtime.getRuntime().totalMemory() : "+Runtime.getRuntime().totalMemory()/(1024*1024));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published