Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~131 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for iamsmooth

So let's say I have an interface called ExitInterface.java. Inside there is only one method declaration, exit(). I have two classes that implement this: 1) first one is named Exit.java which does System.exit(exitCode) in the exit method. 2) second one named ExitMock.java which doesn't exit, and instead keeps track of …

Member Avatar for iamsmooth
0
95
Member Avatar for Kumar Sabnis

hi, i want to emit a tone a specific frequency and at specific intensity(in dB) ? what i want to do is say i am emiting the the tone at 1000hz then for this frequency i should be able to variy the intensity of the of the at 1000hz from …

0
36