phooton misra

Ranch Hand
+ Follow
since Jul 31, 2012
phooton likes ...
Eclipse IDE
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by phooton misra

Windows 7 and jdk 8 ,I tried with jdk 7 also.but getting the same error.
8 years ago
yes i have the link that you have mentioned ,below is my code snippet:


public class TestSCTP
{


public static void main(String[] args) throws Exception {
com.sun.nio.sctp.SctpChannel sc = com.sun.nio.sctp.SctpChannel.open();


}
}


After running I am getting the below error:

Exception in thread "main" java.lang.UnsupportedOperationException: SCTP not supported on this platform
at sun.nio.ch.sctp.SctpChannelImpl.<init>(SctpChannelImpl.java:48)
at com.sun.nio.sctp.SctpChannel.open(SctpChannel.java:166)
at TestSCTP.main(TestSCTP.java:6)
8 years ago
how to build a sample sctp application in windows platform?
8 years ago
can anyone kindly suggest me the roadmap to be a software architect?
8 years ago
can anyone kindly suggest me the technology needed to go through to bulid an android application ?
like html5 ,css etc.
8 years ago
Hello all,Iam getting a message like "NO IDEA SHARED FORMULA EXP PTG" while tring to retrive a cell formula of an excel sheet usning apaceh poi.

like: cell.getCellformula();

it shows mesagge : "NO IDEA SHARED FORMULA EXP PTG"

Can anyone please suggest me how can overcome on this issue ?


thanks ,



Hello all,Iam getting a message like "NO IDEA SHARED FORMULA EXP PTG" while tring to retrive a cell formula of an excel sheet usning apaceh poi.

like: cell.getCellformula();

it shows mesagge : "NO IDEA SHARED FORMULA EXP PTG"

Can anyone please suggest me how can overcome on this issue ?


thanks ,



hi can anyone please suggest me :why protected method is accessible outside of the package by child class reference only,nut not by the reference in which it is declared?
can any one please suggest me :Why abstract modifier cannot be applied with native modifier?
can anyone please suggest me :Why abstract modifier cannot be applied with synchronized modifier?
hi ,

can anyone please let me know when final variable occupy memory in java?
9 years ago
Hi all,

I have 2.7 years of experience in java-j2ee ,and my goal is to be software architect.so can anyone please suggest me the roadmap to be an architect?
speiallly some links where i can get necessary information or the areas where i have to focus?

thanks in advance,

arun
9 years ago
Hi all,

Please suggest.

why method-local inner class object cannot acess local non final variable while it can access local final variable?

thanks,

9 years ago