hare singh nayak

hare singh nayak

Member

Member since
Jul 16, 2012
Last active
Aug 16, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    What will be the output of this program ?

    please give the complete detailed solution of this program ..#include<stdio.h> void fun(int); typedef int (*pf) (int, int); int proc(pf, int, int); int...

  2. #Threads

    Oops concept with real world example and with code ?

    hi friends i have faced three interview and oops concepts are asked there with the real life example and implement in coding....

  3. #Threads

    88764e18-9a12-4e0d-adbd-d4eb72f497ce

    ianoopsuppose you have to write code for TwoWheeler. Lets make a abstract class for TwoWheeler do following things in common 1. Turning...

  4. #Threads

    How Google Search Engine Works ?

    please see the attach image :

  5. #Threads

    Why abstract class used in java ?

    hay friends as we know that we can not create the instance of abstract class than why we use abstract class....

  6. #Threads

    It's challenging , can any resolve problem related with java RMI in netbeans ?

    hay guys i am developing an rmi based application in netbeans 6.9 but i got found this exception access denied java.net.socketpermission 127.0.0.1...

  7. #Threads

    Resolve Exception during run the rmi application in netbeans

    hay guys when i am running rmi application i found this Exception access denied (java.net.SocketPermission 127.0.0.1:1099 connect,resolve) for resolving...

  8. #Threads

    4d824789-1553-491a-8996-eaf39658e090

    AbraKaDabraHi #-Link-Snipped-# Welcome to CE. Could you tell us where you're stuck. From what I've read, stubs haven't been needed since the...

  9. #Threads

    How to create rmi application using netbeans?

    hay guys i want to make rmi application using netbeans IDE i know all the steps for creating rmi application but dont...

  10. #Threads

    e2f749a9-7187-4063-aa69-f92261ebb9b9

    rahul69Could u tell in detail which preview are you talking about, the code seems fine, but I think, in line: for(int i=b.length-1;i>=0;i--){...

  11. #Threads

    Java image encryption resolve the issue

    hay guys this code is written by me for image encryption the data is written in file but not preview..... help it's...

  12. #Threads

    Which is the best cryptography algorithm?

    hay guys​ i want to develop an application based on cryptography but i have little bit confution which algorithm should i used...

  13. #Threads

    Security tips for PC using registry..

    To disable the access to USB port, for pen drive: 1. Click Start, and then click Run. 2. In the Open box,...

  14. #Threads

    iPhone & iPad App Ideas

    hello friend i need some help i want to develop an application for iphone and ipad if you have some nice idea's...

  15. #Threads

    What is restful web services and why it is important for mobile based application

    What is resful service and why it is important for mobile based application I have heard about - JASON and XML coming...

  16. #Threads

    192d8f2a-ba18-468b-9047-3b95e71faefc

    sorry Big_k it's not implemented well becouse it does not support internet explorer

  17. #Threads

    6db0ca2a-05e5-4f71-b138-4067ab3f411c

    #-Link-Snipped-# all subject video lecture for CS and IT engineer

  18. #Threads

    37e4b9a0-3fd1-4a70-ac9f-d011e8385ed7

    #include<stdio.h> void fun(int); typedef int (*pf) (int, int); int proc(pf, int, int); int main() { int a=3; fun(a); return 0; } void...