Page 1 of 1
					
				About Question enthuware.ocpjp.i.v11.2.3032 :
				Posted: Thu Jul 25, 2019 6:54 pm
				by zunayeed
				Answer for the question is given like: jdeps --module-path out out\moduleA\test\A.class
What is the proper syntax for jdeps command ? 
thanks
			 
			
					
				Re: About Question enthuware.ocpjp.i.v11.2.3032 :
				Posted: Thu Jul 25, 2019 8:39 pm
				by admin
				
			 
			
					
				Re: About Question enthuware.ocpjp.i.v11.2.3032 :
				Posted: Tue Feb 16, 2021 2:41 pm
				by Ismaelspk
				I'm a little confuse becuase the question calls the named class as test.A and not as A.class.
			 
			
					
				Re: About Question enthuware.ocpjp.i.v11.2.3032 :
				Posted: Wed Feb 17, 2021 1:25 am
				by admin
				If you write A.class, that implies it is a class file. It is not necessarily same as the name of the class contained in it because the name of the class includes package name (aka Fully Qualified Class Name FQCN). Thus, it is ok for the  question to specify the name of the class as test.A.